* {
    margin:0;
    padding:0;
}
.debug-sb{
    border: 1px solid black;
    }

html{
    margin: 0 auto;
    min-width: 1000px;
    width: 100%;
}

body{
    background-image: url('/img/background.jpg');
}

#container{
    text-align: center;
    min-width: 1000px;
    width: 100%;
}

#header_div{
    border-radius: 10px 10px 0 0;
    background-image: url('/img/header_bg.jpg');
    height: 107px;
}

#header_ellipse{
    position: absolute;
    background-image: url('/img/header_bg.jpg');
    height: 25px;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    border-radius: 0 0 25px 25px;
    z-index: 7;
}

#header_ellipse2{
    display: inline-block;
    position: absolute;
    margin-top: 25px;
    margin-left: -150px;
    color: #595959;
    left: 50%;
}

#slidedown_tongue{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 0 0 20px 20px;
    height: 20px;
    width: 300px;
    background: linear-gradient(-180deg, #f16522 0%, #f26522 100%);
    color: #ffffff;
}

#gr {
    height:5px;
    background: linear-gradient(-180deg, #ac8760 0%, #c8b399 100%);
}
#slidedown_big{
    font-family: 'Open Sans', sans-serif;
    color: #800000;
    display: none;
    border-radius: 0 0 20px 20px;
    height: 240px;
    width: 300px;
    background: #c8b399;
}

#slidedown_big a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: none;
}
#little_button{
    padding-top: 2px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    height: 20px;
    width: 120px;
    background: #800000;
    margin: 5px auto 0 auto;
}



#body_div{
    min-height: 520px;
    background-size: cover;
}

#footer_div{
    height: 100px;
    border-radius: 0 0 10px 10px;
    background-image: url('/img/footer_bg.png');
    background-size: 100% 80%;

    z-index: 7;

}

/*buttons*/
.buttons_block{
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.buttons_block .button{
    display: inline-block;
    background-image: url('/img/header_btn.jpg');
    padding: 5px 20px 5px 20px;
    background-size: cover;
    text-align: center;
    width: 100%;
}
.buttons_block .button:hover{
    background-image: url('/img/header_btn_l.jpg');
}
.buttons_block a{
    font-family: 'Open Sans', sans-serif;
    color: #f0f0f0;
}
.buttons_block a:hover{
    color: #ffffff;
    text-decoration: none;
}

.buttons_block .button_td{
    width: 270px;
    opacity: 0.8;
}

.buttons_block .button_td:hover{
    width: 270px;
    opacity: 1;
}

.buttons_block .button_side{
    display: inline-block;
    background-image: url('/img/header_btn.jpg');
    padding: 5px 20px 5px 20px;
    background-size: cover;
    text-align: center;
    width: 100%;
    opacity: 0.8;
}

#call_info_header{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    width: 200px;
}

#call_text_header{
    color:#8B0000;
    font-size:13px;
    text-align: center;
}

#call_phone_header{
    font-family: 'Arial Black', sans-serif;
    color:#8B0000;
    font-weight: bold;
    font-size:19px;
    text-align: center;
}


#logo_header{
    padding-top: 11px;
    display: inline-block;
    width: 300px;
}

#logo_text1{
    text-align: center;
    color:#800000;
    font-family: 'Lobster', cursive;
    font-size:33px;
    text-decoration: underline;
}

#logo_text2{
    text-align: center;
    color:#800000;
    font-family:'Times New Roman';
    font-size:17px;
    margin-top: -5px;
}

#button_header1{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    border-radius: 10px;
    background-image: url('/img/button_sviaz.jpg');
    background-size: cover;
    color: #e5e5e5;
    width: 200px;
    height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;

}

#button_header1:hover{
    background-image: url('/img/button_sviaz_h.jpg');
    background-size: cover;
    color: #ffffff;
}


#call_info{
    position: relative;
    margin-top: 15px;
    width: 220px;
    margin-right: 20px;
}

#call_text{
    font-family: 'Open Sans', sans-serif;
    color:#F5F5F5;
    font-size:13px;
    text-align: center;
}

#call_phone{
    font-family: 'Arial Black', sans-serif;
    color:#F5F5F5;
    font-size:19px;
    text-align: center;
    font-weight: bold;
}
#info1{
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 40px;
    font-size: 14px;
    font-weight: bold;
}

#info1-2{
    font-family: 'Arial Black', sans-serif;
    color: #fb0303;
    padding-left: 10px;
    padding-top: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#foot_banner{
    z-index: 7;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    background-image: url('/img/down_banner.png');
    height: 38px;
    width: 520px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -260px;
    margin-top: -18px;
    margin-top: -18px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
}

.left_div{
    display: inline-block;
    vertical-align: top;
    width: 650px;
    padding-left: 30px;
    margin-top: 25px;
}
.about_class{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    white-space: normal;
    width: 35%;
    text-indent: 20px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.about_class2{
    width: 58%;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    white-space: initial;
    text-indent: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.about_class li{
    margin-top: 10px;
}
.info_table{
    text-indent: 0px;
    font-size: 12px;
    width: 440px;
    border: 1px solid #595959;
    margin: 0 auto;
    text-align: center;
}
.info_table td{
    border: 1px solid #595959;
    padding: 2px 10px 2px 10px;
}

.info_table2{
    text-indent: 0px;
    font-size: 12px;
    width: 200px;
    border: 1px solid #595959;
    margin: 0 auto;
    text-align: center;
}

.info_table2 td{
    border: 1px solid #595959;
    padding: 2px 10px 2px 10px;
}


.a-left{
    border: 1px solid #595959;
    text-align: left;
    padding: 2px 10px 2px 10px;
}
