html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
}
a {
    color: #428bca;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
}
p {
    margin: 2px 0px;
    font-family: 'PT Sans', sans-serif;
}
div {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}
h1 {
    color: #0080b2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}
h1.underline {
    border-bottom: 2px solid #83a8c7;
    padding-bottom: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
}
h2 {
    color: #0080b2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 20px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
.title {
    background: url(images/title_fon.png) repeat-x;
    height: 77px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title h2 {
    width: 1280px;
    letter-spacing: 7px;
    margin: 0px auto;
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    text-align: left;
}
#wr_main {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
#footer {
    margin-top: -70px;
}
#spacer {
    height: 70px;
}
#close_layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 201;
    background-color: #103365;
    opacity: 0.4;
}
.bold {
    font-weight: bold;
}
.content_width {
    position: relative;
    width: 1280px;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
}
.red_button {
    background-color: rgb(227, 48, 48);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(252, 85, 81)), to(rgb(227, 48, 48)));
    box-shadow: rgb(252, 85, 81) 0px 1px 0px inset, rgb(227, 48, 48) 0px 1px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(196, 41, 41);
    border-image: initial;
}
.av_bitton {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-device-width: 499px) {
    .content_width {
        width: 100%;
        padding: 0px 10px;
    }
    .title {
        height: 50px;
    }
    .title h2 {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
        letter-spacing: 5px;
        margin: 0px auto;
        color: #ffffff;
        font-size: 24px;
    }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1279px) {
    .content_width {
        width: 100%;
        padding: 0px 10px;
    }
    .title h2 {
        padding: 0px 10px;
    }
}