@import 'clear.css';
@import 'typography.css';



/********** Top **********/

.top-section{
    min-width: 1092px;
    background: #3b3b3b;
}

.advice{
    float: left;
}

.advice a{
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    text-decoration: none;
    color: #e5e5e5;
}

.advice a:hover{
    color: #4499d9;
}

ul.nav-enter{
    float: right;
    text-align: right;
}

ul.nav-enter li{
    display: inline-block;
}

ul.nav-enter li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    margin-left: 28px;
    text-decoration: none;
    color: #fff;
}

ul.nav-enter li a:hover,
ul.nav-enter li.active a{
    color: #4499d9;
}

/********** Header **********/

.header{
    min-width: 1092px;
    padding: 20px 0 19px;
}

.logo{
    line-height: 0;
    float: left;
    margin-top: 2px;
    font-size: 0;
}

.logo a{
    display: inline-block;
    line-height: 0;
}

.logo-wrapper{
    float: left;
}

.logo-wrapper a{
    display: inline-block;
    line-height: 0;
}

.logo-title-wrapper{
    float: left;
    padding-left: 9px;
}

.logo-title{
    font-size: 44px;
    line-height: 44px;
    color: #3e4645;
    font-family: 'FuturaPTDemi';
    text-transform: uppercase;
}

.logo-subtitle{
    font-size: 20px;
    line-height: 20px;
    text-transform: lowercase;
    color: #798186;
    font-family: 'FuturaPTBook';
    position: relative;
    top: -10px;
    padding-left: 1px;
    letter-spacing: 2.7px;
}

.header-contacts{
    float: right;
}

.telephone{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    color: #3b3b3b;
}

/********** Nav **********/

.nav{
    min-width: 1092px;
    background: #4499d9;
}

.nav ul.main-nav{
    display: table;
    margin: 0 auto;
}

.nav ul.main-nav li{
    display: table-cell;
}

.nav ul.main-nav li a{
    font-size: 13px;
    font-weight: 700;
    line-height: 44px;
    display: block;
    height: 44px;
    padding: 0 34px;
    text-transform: uppercase;
    color: #fff;
}

.nav ul.main-nav li a:hover,
.nav ul.main-nav li.active a{
    background: #0070c4;
}

/********** Breadcrumbs **********/

.breadcrumbs{
    min-width: 1092px;
    background: #efefef;
}

ul.breadcrumb,
ul.breadcrumb a{
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #737373;
}

ul.breadcrumb li{
    display: inline-block;
    vertical-align: top;
}

/********** Main **********/

.main{
    min-width: 1092px;
    padding: 29px 0 0;
}

/********** Aside **********/

.aside{
    float: left;
    width: 280px;
    padding-top: 1px;
}



ul.left-nav li{
    position: relative;
    z-index: 4;
}

ul.left-nav li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #3b3b3b;
    border-bottom: 1px solid #c9c9c9;
    background: #efefef;
}

ul.left-nav li a:after{
    position: absolute;
    z-index: 8;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
}

ul.left-nav li:last-child ul li:last-child a{
    border: none;
}

ul.left-nav li.parent > a{
    font-size: 16px;
    font-weight: 700;
    z-index: 9;
    margin: -1px 0;
    text-transform: uppercase;
    color: #fff;
    background: #4499d9;
}

ul.left-nav li.parent > a:after{
    content: none;
}

ul.left-nav li.parent.current > a,
ul.left-nav li.parent > a:hover{
    background: #0070c4!important;
}

ul.left-nav li.parent ul li.current a:before,
ul.left-nav li.parent ul li a:hover:before{
    position: absolute;
    z-index: 99999999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #b7b7b7;
}

ul.left-nav li.parent ul li.current a,
ul.left-nav li.parent a:hover{
    color: #fff;
    background: #b7b7b7;
}

ul.left-nav li.parent ul li a{
    padding: 10px 20px;
}

/********** Bottom **********/

.bottom{
    min-width: 1092px;
    margin-top: 70px;
    padding: 10px 0 30px;
    background: #ececec;
}

.partners h3{
    font-size: 22px;
    font-weight: 400;
    color: #b5b5b5;
}

/********** Footer **********/

.footer{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 1092px;
    padding: 25px 0 30px;
    color: #fff;
    background: #3b3b3b;
}

.copyright{
    float: left;
}

.footer-right{
    float: right;
}

.footer ul.main-nav{
    display: table;
    margin-bottom: 17px;
}

.footer ul.main-nav li{
    display: table-cell;
    padding-left: 40px;
}

.footer ul.main-nav li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
    color: #fff;
}

.footer ul.main-nav li a:hover{
    text-decoration: none;
}

.social{
    line-height: 0;
    text-align: right;
}

.social a{
    margin-left: 10px;
}

/********** Popup form **********/

#pwebcontact100_container{
    padding: 0;
    background: #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
}

#pwebcontact100_box .pweb-label{
    width: 100%!important;
    text-align: center!important;
}

#pwebcontact100_box .pweb-label label{
    font-size: 15px;
    font-weight: 400i;
    font-style: italic;
    line-height: 43px;
    height: 43px;
    padding: 0;
    color: #7a7a7a;
    border: 1px solid #d1d1d1;
}

#pwebcontact100_text-0{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;
    height: 55px;
    margin: 0;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #3b3b3b;
}

#pwebcontact100_send{
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    display: table;
    width: 145px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #4499d9;
    box-shadow: none;
}

#pwebcontact100_send:hover{
    background: #3882b9;
}

#pwebcontact100_container .pweb-label-over{
    margin: 0 80px 14px;
}

#pwebcontact100_container .pweb-field-buttons{
    margin: 20px 0 47px;
}

#pwebcontact100_container .pweb-label-over input{
    font-size: 15px;
    line-height: 43px;
    height: 43px;
    padding: 0 12px;
    color: #7a7a7a;
}

#pwebcontact100_container .pweb-button-close{
    z-index: 1!important;
    top: 12px!important;
    right: 25px!important;
    padding: 14px!important;
    outline: none!important;
    background: url(../images/close.png) center center no-repeat!important;
}

#pwebcontact100_container .invalid{
    border: 1px solid red!important;
    box-shadow: none!important;
}

#pwebcontact100_container .pweb-msg-popup{
    display: none!important;
}

/********** Pwebcontact103 **********/

#pwebcontact103 #pwebcontact103_text-0,
#pwebcontact115 #pwebcontact103_text-0{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

#pwebcontact103 .pweb-field-container,
#pwebcontact115 .pweb-field-container{
    display: table;
    margin: 0 auto 9px;
}

#pwebcontact103 #pwebcontact103_send,
#pwebcontact115 #pwebcontact115_send{
    font-size: 12px;
    font-weight: 400;
    display: block;
    width: 170px;
    height: 35px;
    margin: 11px auto 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #0d3b7a;
}

#pwebcontact103 #pwebcontact103_send:hover,
#pwebcontact115 #pwebcontact115_send:hover{
    background: #061f42;
}

#pwebcontact103 .pweb-label label,
#pwebcontact115 .pweb-label label{
    font-size: 14px;
    font-style: italic;
    line-height: 34px;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    color: #6c6c6c;
}

#pwebcontact103 input,
#pwebcontact115 input{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 34px;
    width: 278px;
    height: 34px;
    padding: 0 12px;
    color: #6c6c6c;
}

#pwebcontact103 .pweb-msg,
#pwebcontact115 .pweb-msg{
    display: none;
}

/********** Pwebcontact107 **********/

.pwebcontact-box{
    font-family: inherit!important;
}

form.pwebcontact-form input.invalid.pweb-input,
form.pwebcontact-form select.invalid,
form.pwebcontact-form textarea.invalid{
    border: 1px solid red!important;
    box-shadow: none!important;
}

form.pwebcontact-form .invalid,
form.pwebcontact-form .invalid a{
    font-weight: inherit!important;
    color: #f00 !important;
}

#pwebcontact107,
#pwebcontact115{
    padding: 0 36px;
}

#pwebcontact107 #pwebcontact107_text-0,
#pwebcontact115 #pwebcontact115_text-0{
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 27px;
    text-align: center;
    color: #3b3b3b;
}

#pwebcontact115 #pwebcontact115_text-0{
    cursor: pointer;
}

#pwebcontact115 #pwebcontact115_text-0:hover{
    text-decoration: underline;
}

#pwebcontact115 #pwebcontact115_text-0{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding-left: 60px;
    text-align: justify;
    color: #fff;
}

#pwebcontact115 #pwebcontact115_text-0:before{
    position: absolute;
    top: 12px;
    left: 0;
    width: 39px;
    height: 38px;
    content: '';
    background: url(../images/ico-star.png);
}

#pwebcontact107 .pweb-field-container{
    margin-bottom: 11px;
}

#pwebcontact107 input{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    color: #6c6c6c;
    background: #e9e9e9;
}

#pwebcontact107 .pweb-label{
    width: 100%!important;
    text-align: center;
}

#pwebcontact107 .pweb-label label{
    font-size: 14px;
    font-style: italic;
    line-height: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    color: #6c6c6c;
}

#pwebcontact107_send{
    font-size: 13px;
    font-weight: 700;
    line-height: 38px;
    display: table;
    width: 148px;
    height: 38px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #4499d9;
    box-shadow: none;
}

#pwebcontact107 .pweb-msg{
    display: none;
}

/********** Slider **********/

.layout-slideshow{
    line-height: 0;
    margin-bottom: 43px;
}

.layout-slideshow .sprocket-features-pagination{
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.sprocket-features-pagination ul li{
    margin: 0 2px!important;
    padding: 7px!important;
    background: #fff!important;
}

/*top-form*/

.top-form{
    overflow: hidden;
    max-height: 267px;
    margin-bottom: 55px;
    padding: 35px 0 73px;
    background: url(../images/bg-top.jpg) left top no-repeat;
    background-size: cover;
}

#pwebcontact116 #pwebcontact116_text-0{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 19px;
    text-align: center;
}

#pwebcontact116 #pwebcontact116_container{
    padding: 0;
}

#pwebcontact116 .pweb-field-container{
    margin: 0;
}

#pwebcontact116 .pweb-field-container label{
    font-size: 14px;
    font-style: italic;
    line-height: 35px;
    padding: 0 14px;
    color: #6c6c6c;
}

#pwebcontact116 .pweb-field-container .pweb-field input{
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 14px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none!important;
}

#pwebcontact116 .pweb-field-name{
    float: left;
    width: 252px;
    height: 35px;
    margin: 0 14px 0 36px;
}

#pwebcontact116 .pweb-field-phone{
    float: left;
    width: 252px;
    height: 35px;
    margin-right: 14px;
}

#pwebcontact116 .pweb-field-buttons{
    float: left;
}

#pwebcontact116 .pweb-field-buttons button{
    line-height: 35px;
    display: block;
    height: 35px;
    padding: 0 45px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #4499d9;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#pwebcontact116 .pweb-field-buttons button:hover{
    background: #3882b9;
}

#pwebcontact116_text-1{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

#pwebcontact116 .pweb-msg{
    display: none;
}

/********** Bottom form **********/

.bottom-form{
    padding: 15px 0 36px;
    background: url(../images/bg-bottom.jpg) left top no-repeat;
    background-size: cover;
}

.bottom-call{
    font-size: 18px;
    color: #fff;
}

.btn-call{
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    display: block;
    width: 170px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #0d3b7a;
}

.btn-call:hover{
    background: #061f42;
}

.bottom-form .btn-call{
    margin-top: 12px;
}

/********** System message **********/

.bs-callout{
    position: relative;
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.bs-callout-warning{
    border-color: #f0ad4e;
    background-color: #fcf8f2;
}

.bs-callout .alert-heading{
    font-size: 16px;
    font-weight: 400;
}

.bs-callout .close{
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/********** Login **********/



.login-user table{
    width: inherit;
    margin: 0 auto;
}

.login-user table tr td{
    padding: 5px 5px 15px 5px;
    vertical-align: middle;
}

.login-user table tr td input{
    line-height: 44px;
    width: 350px;
    height: 44px;
}

.login-user-btn{
    text-align: center;
}

.login-user h2{
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0 25px;
    text-align: center;
    text-transform: uppercase;
}

.login-user-forgot{
    text-align: center;
}

.login-user-forgot a{
    text-decoration: underline;
}

.login-user-forgot a:hover{
    text-decoration: none;
}

/********** Tabs **********/

.sprocket-tabs{
    width: 755px;
    margin: 0 auto;
}

.sprocket-tabs .sprocket-tabs-nav{
    display: table;
    margin: 0 auto 20px;
    padding: 0 40px!important;
    border: none;
    border-bottom: 2px solid #4499d9;
    background: none;
}

.sprocket-tabs .sprocket-tabs-nav > li{
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.sprocket-tabs .sprocket-tabs-inner{
    line-height: 12px;
    display: block;
    padding: 10px;
    background: #f1f1f1;
}

.sprocket-tabs-nav > li > .sprocket-tabs-inner{
    font-size: 15px;
    font-weight: 400;
    color: #737373;
    border-radius: 0;
}

.sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner{
    color: #fff;
    background: #4499d9;
}

/********** Register user **********/



.item-page .register-user tr td{
    vertical-align: top;
    border: none;
}

.item-page .register-user h3{
    text-transform: uppercase;
}

.item-page .register-user-form img{
    float: left;
}

.item-page .register-user-form input{
    font-weight: 400px;
    font-style: italic;
    line-height: 44px;
    float: left;
    width: 285px;
    height: 44px;
    padding: 0 10px;
    color: #9f9f9f;
}

.register-user-form-about-card{
    font-size: 15px;
    line-height: 15px;
}

.register-user-form-about-card img{
    float: left;
    margin-right: 10px;
}

.coll-online:hover{
    color: #fff;
    background: #0070c4;
}

/*reviews page*/

.item-image-reviews{
    float: left;
    margin-right: 20px;
}

.item-image-reviews a{
    line-height: 0;
    display: inline-block;
    width: 145px;
    border: 1px solid #525252;
}

.item-image-reviews a img{
    max-width: 100%;
}

.review-header{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.review-text p{
    margin-bottom: 10px;
}

.review-item{
    margin-bottom: 30px;
}






body{
    /* height: 5000px; */
}
