body {
    background: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
}

h2 {
    color: #3f2a56;
    margin-bottom: 15px;
}
h2 span {
    color: #fc4608;
}
h3 {
    color: #333333;
}
a {
    color: #2c6db2;
}
.red, span.required {color: #fc4608;}


.outwrap {
    /*box-shadow: 0 0 5px 1px rgba(0,0,0, 0.2);*/
    /*background: rgba(255,255,255, 0.5);*/
}
.innerwrap {
    background: #fff;
    /*border:20px solid #fff;*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.wrap {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #FBF3F8 100%) repeat scroll 0 0;
    /*box-shadow: 0 0 30px 30px #e2e2e2;*/
}

table th, table td {
    border: 1px solid #1C4A6E;
}

.text {
    border: 1px solid #b8b8b8;
    background: #fff;
}
.errorMessage {
    color: #f42f1b;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    background: #3f2a56;
}
.btn:hover {
    background: #7d6895;
}

small {color: #0070BF;}


header {
    border-bottom: 1px solid #1c4a6e;
}

.logo {
    display: inline-block;
    width:329px; height: 97px;
    text-decoration: none;
    background: url(../img/logo.png) no-repeat;
}


footer {
    border-top: 1px solid #1c4a6e;
}
footer .pre-footer table.contacts p b {
    color: #3f2a56;
}
footer .pre-footer table.contacts tr td {border-top:1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; background: #fff;}
footer .pre-footer table.contacts tr td:first-child {border-left: 1px solid #d4d4d4}
footer .pre-footer table.contacts tr td:nth-child(3) {border-right: 1px solid #d4d4d4}
footer .pre-footer table.contacts tr td:last-child {border: transparent;background: transparent;}
footer .pre-footer table.contacts tr td:last-child p {text-align: left;}
footer .pre-footer table.contacts tr td:last-child p a {
    color: #000;
}

footer .copy {
    color: #000;
}

/*Main*/
body.main h2 {
    border-top: 1px solid #15385c;
    color: #3f2a56;
}

body.main .logo {
    display: block;
    text-decoration: none;
    background-size: contain;
    margin: 0 auto 10px;
}

.line {
    border-bottom: 1px solid #1c4a6e;
}

.box {
    border: 1px solid #264769;
}
.box h3 {
    font-size: 17px;
    color: #3f2a56;
    text-align: left;
}


.popover {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}


.popover.top .arrow {
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.top .arrow:after {
  border-top-color: #ffffff;
}

.popover.right .arrow {
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  border-right-color: #ffffff;
}

.popover.bottom .arrow {
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom .arrow:after {
  border-bottom-color: #ffffff;
}

.popover.left .arrow {
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  border-left-color: #ffffff;
}


.shipment-info {
    border: 1px solid #264769;
}
.shipment-info th {
    color: #3f2a56;
}

.bottom-text {
    color: #15385c;
}

.footer-links {
    text-align:center;
}

.mobile .footer-links {
    display:none;
}
@media(max-width:769px) {
    footer-links {
        display:none;
    }

    .mobile .footer-links {
        display:block;
    }
}

.footer-links ul {
    list-style: none;
    text-align: center;
    margin: 20px 0;
    padding-left: 0;
}
.footer-links ul li {
    display: inline-block;
    font-size: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 12px;
}