@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}


html {
    background: #FFFFFF;
    min-height: 100%;
    font-family: sans-serif;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
body {
    margin: 0;
    padding: 0;
    min-width: 1122px;
}
a, img {
    outline: none;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}


.header {
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin: auto;
    padding: 0;
    /*border-bottom: 1px solid #c3895b;*/
    background: url("../img/line_top.png") no-repeat bottom left;
}

.header_wrap {
    width: 1122px;
    margin: auto;
}
.header_title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #bc884d;
    margin-top: 36px;
    font-weight: bold;
}
.header_logo {
    float: left;
    margin-top: 8px;
    margin-left: 18px;
}
.header_logo img {
    position: absolute;
}
.header_menu {
    float: left;
    font-size: 14px;
    margin-top: 36px;
    margin-left: 194px;
    text-transform: uppercase;
}
.header_menu a {
    text-decoration: none;
    color: #494949;
    margin-right: 30px;
}
.header_lang {
    float: right;
    margin-top: 36px;
    font-size: 14px;
    color: #494949;
    text-transform: uppercase;
}
.header_lang a {
    color: #494949;

}
.header_lang img {
    position: absolute;
    margin-left: -26px;
    margin-top: -1px;
}

.main {
    min-height: 1100px;
}
.main_banner img {
    width: 100%;
    height: auto;
}
.main_banner_dot {
    width: 100%;
    height: 20px;
    background: url('../img/banner_dot.png') center;
}
.main_title {
    margin-top: 15px;
    text-align: center;
    font-size: 33px;
    color: #bc884d;
}
.main_bg {
    width: 1122px;
    height:auto;
    margin: auto;
}
.main_bg img {
    float: right;
}

.main_block {
    margin-left: 350px;
    margin-top: 36px;
}
.main_block_title {
    font-size: 24px;
    color: #bc884d;
}
.main_block_title img {
    position: absolute;
    margin-left: -50px;
    margin-top: -10px;
}
.main_block_text {
    font-size: 17px;
    color: #1d1d1d;
    margin-top: 4px;
    line-height: 22px;
    width: 500px;
}
.main_img {
    margin-left: 500px;
    margin-top: 30px;
}



.footer {
    width: 100%;
    height: 480px;
    margin-top: 20px;
    background: url("../img/footer_bg.png") no-repeat center top;
    background-size: cover;
}
.footer_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer_icon img {
    margin-top: 190px;
}
.footer_title {
    margin-top: 20px;
    font-size: 24px;
    color: #bc884d;
}
.footer_mail {
    margin-top: 28px;
    font-size: 17px;
}
.footer_mail a {
    text-decoration: none;
    color: #0c0000;
}
.footer_addr {
    margin-top: 8px;
    font-size: 17px;
    line-height: 22px;
    color: #231b06;
}
.footer_phone {
    font-size: 18px;
    margin-top: 4px;
    color: #bc884d;
}

@media screen and (max-width: 1000px) {
    .main_bg img {
        width: 25%;
        height: auto;
    }
}
