/*---fonts---*/
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---fonts---*/

/*---global---*/
body {
    background-color: #000000;
    margin: 0 auto;
    max-width: 1000px;
}

p {
    color: #C9CFAF;
    font-family: CenturyGothic;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/*---global---*/

.header {
    text-align: center;
    top: 0;
    margin: auto;
}

.header_text_container {
    background-image: url("img/header.png");
    background-repeat: no-repeat;
    color: rgb(201, 207, 175);
    display: block;
    font-family: "Century Gothic";
    width: 1000px;
}

.header_text_container a {
    text-decoration: none;
}

.header_text {
    margin: 0 90px 0 0;
    text-align: right;
    line-height: 51px;
    color: #95D733 !important;
    font-size: 31px;
    font-family: CenturyGothic;
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: CenturyGothic;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;

}

.nav-menu li {
    float: left;
}

.nav-menu .li_separator {
    width: 2px;
    height: 26px;
    background-image: url("img/menuseparator.png");
}

.nav-menu li a {
    display: block;
    color: #C2C4BA;
    text-align: center;
    padding: 0px 12px;
    text-decoration: none;
}

.content {
    border-radius: 5px;
    border: 1px solid;
    border-color: #55574A;
    cursor: auto;
    display: block;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 6px;
    padding-top: 5px;
    height: 551px;
}

.content_image {
    float: left;
    height: auto;
}

.content_text {
}

#content_text_home {
    margin-top: 112px;
}

#content_text_about {
    margin-top: 75px;
}

#content_text_services {
    margin-top: 45px;
}

.content_text_contacts {
    float: left;
    margin-top: 32px;
    padding-left: 22px;
    line-height: 20px;
}

#contact_form {
    margin-top: 50px;
}

#submit {
    align-items: flex-start;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #C9D0AF;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(35, 36, 30);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(35, 36, 30);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(35, 36, 30);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(35, 36, 30);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(35, 36, 30);
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    letter-spacing: normal;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(35, 36, 30);
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    text-decoration-color: rgb(35, 36, 30);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0px;
    top: 0px;
    vertical-align: middle;
    white-space: nowrap;
    width: 39.0469px;
}

.content_text_gray {
    background-color: #606354;
    text-align: right;
    display: block;
    float: left;
    width: 100%;
    border-radius: 3px;
    border-top: 0px;
}

.content_text_gray_text {
    font-size: 12px;
    padding-right: 10px;
}

.footer {
    text-align: center;
    color: #B3BC8F;
    font-family: Arial;
    font-size: 10px;
    padding: 10px;
}

#footer_link {
    font-family: Arial;
    font-size: 10px;
    color: #AAAD9F;
}

/*---responsive---*/
@media screen and (max-width: 1050px) and (min-width: 768px) {
    .header_text_container {
        width: auto;
    }

    .header_text {
        margin: auto;
        text-align: center;
    }

    .content {
        margin: 0 20px;
        border: 0px;
        height: auto;
    }

    .content_image {
        float: none;
    }

    #content_image_contacts {
        float: left;
    }

    .content_text {
        margin-top: 40px !important;
    }

    .content_text_gray {
        margin-top: 20px;
        text-align: center;
    }

    #contact_form_textarea {
        width: 210px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .header_text_container {
        width: auto;
    }

    .header_text {
        text-align: center;
        margin: 0 auto;
    }

    .content {
        text-align: center;
        height: auto;
        border: 0px;
    }

    .content_image {
        float: none;
        text-align: center;
    }

    .content_image img {
        width: 70%;
    }

    #content_image_contacts_img {
        width: auto !important;
    }

    .content_text {
        margin-top: 40px !important;
    }

    .content_text_gray {
        background-color: transparent;
        border-radius: 0px;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        width: auto;
        float: none;
    }

    .content_text_contacts {
        float: none;
        margin-top: 32px;
        padding: 0px !important;
    }

    #contact_form_textarea {
        width: 210px;
    }
}

/*---responsive---*/