body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: url("/images/bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    padding: 0;
}
/*.container #head:after, #content:after{*/
    /*content: "";*/
    /*display: block;*/
    /*clear: both;*/
    /*overflow-y: hidden;*/
/*}*/
.collapse:after {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}
.container {
    width: 1030px;
    margin: 0 auto;
}
.container #head .phone{
    font-size: 30px;
    /*margin-left: 400px;*/
    margin-top: 5px;
    display: inline-block;
    /*float: left;*/
}
.moduletable-phone {
    float: left;
    text-align: right;
    width: 64%;
}
.moduletable-btn-top {
    float: right;
    width: 36%;
}
.container #head a.phone{
    color: #fff;
    display: none;
}
.container #head{
    padding-top: 18px;
    padding-bottom: 60px;
}
#head a.form-open{
    font-size: 20px;
    color: #fff;
    background: url("/images/bg_bt.png");
    border-radius: 5px;
    padding: 12px 35px;
    display: table;
    float: right;
}
h1{
    font-family: 'PT Sans', sans-serif;
    font-size: 41px;
    line-height: 57px;
    text-transform: uppercase;
    width: 400px;
    text-shadow: 0 2px 7px #286bc2;
    margin-top: 0;
}
ul li{
    font-size: 30px;
    padding-left: 43px;
    background: url(/images/checked.png) no-repeat;
    list-style: none;
    line-height: 24px;
    margin-bottom: 13px;
    font-weight: bold;
}
.moduletable-left-content {
    float: left;
    width: auto;
    margin-right: 30px;
}
.moduletable-right-content {
    float: left;
    width: auto;
}
.moduletable-right-content img {
    width: 100%;
}
.type img{
    margin-right: 45px;
}
.type img:last-child {
    margin: 0;
}
.type {
    padding-bottom: 20px;
}
.footer-content h2 {
    padding: 0 33px 20px 0;
    margin: 10px 0 0;
    font-size: 24px;
    float: right;
}
.footer-content {
    position: relative;
}
.footer-content:before {
    content: '';
    position: absolute;
    width: 73%;
    height: 4px;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -36%;
}
.footer-content {text-align:right;}
.footer-content a {color: #fff;}
.footer-content h2 {
  padding: 0 0 20px 0;
}
#open {
    display: none;
    cursor: default;
}
#open h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.fancybox-overlay .fancybox-close {
    top:5px;
    right: 5px;
}
body .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
body .formControlLabel {
    display: none;
}
body .formResponsive textarea, body .formResponsive input[type="text"], body .formResponsive input[type="password"] {
    width: 280px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 30px;
}
body .formDescription {
    display: none;
}
body .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
body .formResponsive .formHorizontal input#send {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 40px;
    width: 290px;
    text-transform: uppercase;
    background: url(/images/bg_bt.png);
    border: 0;
}
.container #head a.phone b{
    font-weight: normal;
}
.form-thanks-msg-bg {
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index: 1;
}
.form-thanks-msg {
    top: 40%;
    color:#fff;
    position: fixed;
    padding: 50px 0;
    left:50%;
    margin-left:-150px;
    width:300px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    z-index: 2;
}

.form-thanks-msg-bg, .form-thanks-msg {display:none;}
.form-thanks-msg-bg.active, .form-thanks-msg.active {display:block;}