* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    background: url(/media/content.jpg);
}

._container_ {
    background-color: #fff;
}
h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    vertical-align: middle;
}

ul{
    padding: 0;
    margin: auto 0;
}

.modal{
    color: #000;
}

ul li {
    margin: 20px 0;
    padding: 0px;
    line-height: 25px;
    list-style-type: none;
    behavior: expression( !this.before
    ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
    text-indent: -1.24em;
}
ul li:before {
    content: '\2014\a0';
    margin-left: 17px;
}

a {
    color: #4280ff;
}

#content a {
    /*color: #01060F;*/
    color: #C9CEE3;
    text-decoration: none;
    border-bottom: 1px dotted #01060F;
}

a.line {
    text-decoration: none;
    border-bottom: 1px dotted #4280ff;
}

.a-line a {
    text-decoration: none;
    border-bottom: 1px dashed #4280ff;
}
#page {
    padding: 0px;
    margin: 0px auto;
    width: 1000px;
}

#logoBox {
    height: 100px;
    overflow: hidden;
    clear: both;
}

#logoBox .menu ul li {
    padding-left: 37px;
}
#logoBox .menu ul li:before {
    content: '';
    margin-left: 0px;
}

#logoBox .logo {
    font-size: 16px;
    font-weight: bold;
    height: 100px;
    background: url(/media/logo.png) 0 0 no-repeat;
    padding-left: 100px;
    padding-top: 18px;
    width: 185px;
    text-transform: uppercase;
    line-height: 16px;
    float: left;
    color: #506393;
    display: block;
}

#logoBox .logo:hover{
    text-decoration: none;
}

#logoBox .menu ul{
    padding-top: 30px;
    list-style: none;
    font-size: 18px;
}

#logoBox .menu ul li {
    margin: 0 1px;
    float: left;
}
#logoBox .menu ul li a{
    color: #5d6986;
}

.CCaptcha a {
    margin-left: 10px;font-size: 12px;font-weight: bold;
}

#bg {
    background: #7a89ae url(/media/bg.jpg) 0 0 no-repeat;
    height: 400px;
    position: relative;
}

#bg .icon-lang {
    background: url(/media/langs.png) -60px 0 no-repeat;
    width: 58px;
    height: 28px;
    position: absolute;
    top: 35px;
    left: 45px;
    display: block;
}

body[data-lang="en"] #bg .icon-lang {
    background: url(/media/langs.png) 0 0 no-repeat;
    width: 58px;
    height: 28px;
}

#bg .flag {
    background: url(/media/flag.png) 0 0 no-repeat;
    width: 78px;
    height: 106px;
    position: absolute;
    top: -10px;
    right: 45px;
    display: block;
    padding: 1px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#bg .flag strong {
    clear: both;
    display: block;
    font-size: 32px;
    margin: 2px auto 1px
}

#bg .slogan {
    width: 1000px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 38px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(90, 88, 88, 1);
    font-weight: bold;
}

body[data-lang="en"] #bg .slogan {
    font-size: 46px;
    top: 36px;
}

#bg .orderButton {
    /* background-color: #7a89ae; */
    background-color: #767EAE;
    padding: 10px ;
    width: 480px;
    top: 200px;
    position: absolute;
    right: 16px;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

#bg .orderButton>a {
    display: block;
    top: -10px;
    right: 0px;
    padding: 10px 10px 10px 10px;
    width: 480px;
    height: 30px;
    position: absolute;
    background-color: #506393;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: lowercase;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
}

body[data-lang="en"] #bg .orderButton>a {
    font-size: 23px;
}

#content {
    background-color: #506393;
    margin: 0;
    padding: 1px 0 0 0;
    color: #fff;
    min-height: 500px;
}

.page {
    padding: 0 10px 0 20px;
}

[class^="ico-"], [class*=" ico-"] {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: text-top;
    background-image: url("/media/mixed.png");
    background-repeat: no-repeat;
}

.ico- { display: none;}
.ico-ok { background-position: -6px -6px; }
.ico-number-1 { background-position: -46px -6px; }
.ico-number-2 { background-position: -88px -6px; }
.ico-number-3 { background-position: -130px -6px; }
.ico-plus { background-position: -171px -6px; }
.ico-news { background-position: -212px -6px; }
.ico-faq { background-position: -253px -6px; }
.ico-contact { background-position: -294px -7px; }
.ico-mail { margin-top: -5px;}

#reviews {
    font-weight: bold;
    font-style: italic;
    background: url("/media/bgf.jpg");
    padding-top: 50px;
}
#reviews .author {font-weight: normal; float: right; margin-top: 15px;margin-left: 120px;}
#reviews img {max-height: 100px; max-width: 100px; float: left; margin: 0 10px 10px 0}
#reviews .review {
    max-height: 400px;
    overflow: hidden;
}



.buttonBoolean {
    padding: 2px 4px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
}
.buttonBoolean>span{
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}
.buttonBoolean>span.deactivate:after{
    position: absolute;
    border: 1px solid #fff;
    width: 30px;
    height: 26px;
    margin: 0 5px;
    content: " ";
    top: -6px;
    left: -13px;
    border-radius: 9px;
}
.buttonBoolean>span.btn-No.deactivate:after{
    background-color: #52ac62;
}
.buttonBoolean>span.btn-Yes.deactivate:after{
    background-color: #ac5252;
}
.buttonBoolean input {display: none;}




#news {margin-bottom: 40px;}
#news .items {width: 800px; margin: 0 auto;}
#news .news-item{ color: #fff; margin-bottom: 40px; border-bottom: 1px solid #fff}
#news .news-item:last-child {border-bottom: none}
#news .news-item a { color: #fff; text-decoration: underline}
#news .news-item .title {
    float: left;
    border: 1px solid #fff;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 30px;
}
#news .news-item .title { text-decoration: none}

#news .news-item .date {
    line-height: 30px;
    border: 1px solid #fff;
    padding: 5px 15px;
    float: right;
    font-size: 12px;
}

#news .news-item .content{ padding: 20px 0 10px}

#news .news-item img { max-width: 300px; max-height: 300px; margin: auto 20px 20px auto; float: left }
#news .items .news-item img { max-width: 180px; max-height: 180px }

.ico-mail { background-position: -4px -47px }
.ico-lamp { background-position: -40px -53px }
.ico-skype { background-position: -76px -50px }
.ico-phone { background-position: -108px -50px }
.ico-icq { background-position: -145px -52px }

#page-wrapper.contact #page-content{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 60px auto;
    width: 400px;
    text-align: center;
}
#page-wrapper.contact #page-content>p{
    width: 400px;
    clear: both;
    display: block;
    margin: 10px auto;
    line-height: 36px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    padding-top: 6px;
}


#footer {
    color: #506393;
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 90%;
}