main.css 5.71 KB
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    min-width: 960px;
}
body {
    font-family: 'Ubuntu', Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #363636;

}
img {
    border: none;
}
a{
    text-decoration: none;
}

ul{
    margin: 0 0 10px 0;
}

li a{
    text-decoration: none !important;
    color:#555555;
}

.upper_menu {
    font-size: 13px;
    color: #555555;
    width: 960px;
    height: 40px;
    margin: 0 auto;
}

.upper_menu ul {
    display: inline-block;
    padding-top: 12px;
}

.squere {
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    height: 42px;
    width: 155px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    float: right;
    position: relative;
}

.squere img {
    position: absolute;
    left: 13px;
    top: 14px;
}

.upper_menu li{
    display: inline;
    margin-right: 18px;
}
.arrow_go{
    margin-left: 4px;
    margin-right: 4px;
}
.upper_menu li img{
    margin-left: 233px;
    margin-top:5px;
}

.yellow_block {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 42px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(248,248,248,1)), color-stop(100%, rgba(248,248,248,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}

.contacts{
    margin: 25px auto;
    width:960px;
    position: relative;
}

.contacts input {
    height: 31px;
    width: 109px;
    border-radius: 7px 0 0 7px;
    border: 1px solid #dfdfdf;
    position: absolute;
    bottom: 3px;
    margin-left: 78px;
    padding-left: 7px;
    font-size: 12px;
    background-color: #f5f5f5;
}


.box {
    position: absolute;
    right: 49px;
    bottom: 0;
    width: 105px;
    border-left: 1px solid #dfdfdf;
}

.box img{
    margin:0 47%;

}
.box p{
    font-size: 18px;
    margin: 0 31%;
}
.box a{
    margin-left: 34px;
    color:#6b84b5;
    text-decoration: none;
    border-bottom: 1px dashed;
    -moz-border-bottom: 1px dashed;
    -webkit-border-bottom: 1px dashed;
    -o-border-bottom: 1px dashed;
    -ms-border-bottom: 1px dashed;
}

.main_link_news{
    display:inline-block;
    font-size: 22px;
    margin-bottom: 10px;
}

div.required:after {    content: " *";
    color: #fec831;
    display: inline-block;
    position: relative;
    top: -31px;
    left: 40px;
}

.registration_holder{
    padding-top: 32px;
    width: 432px;
    border: 1px solid #c7c7c7;
    border-radius: 0 0 12px 12px;
    margin-bottom: 30px;
    margin-top: -4px;
}
.modal-content1 {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;

    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border-bottom: 3px solid #dfdfdf !important;

}
.vin_article{
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 4px;
}
.main-vin{
    width: 960px;
    border-bottom: 1px solid #dfdfdf;
    margin: 20px auto;
}

.vin{
    width: 960px;
    margin: 20px auto;
}

#modal_form input {
    background-color: #f5f5f5;
    width: 334px;
    height: 30px;
    padding-left: 9px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    margin: 8px 114px 20px;
}

#modal_form #email-error{
    position: absolute;
    left: 121px;
    top: 150px;
}

#modal_form input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
    position: absolute;
    left: 114px;
    top: 224px;
    -webkit-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    transition: background 0.4s linear;
}
#modal_form #password-error{
    position: absolute;
    left: 124px;
    top: 199px;
}

.star1 {
    color: #fec831;
    position: absolute;
    left: 104px;
    top: 184px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    position: absolute!important;
    left: 135px!important;
}

.back_news a:last-child strong span{
    font-size: 14px!important;
    font-weight: 500;
    display: block;
    margin-left: 61px;
    width: 240px;

}

.back_news:nth-child(2){
    background-image: url('/images/arrow_slider_go.png');
    background-repeat: no-repeat;
    background-position: 100% 46%;
}
.back_news:nth-child(2){
    background-image: url('/images/arrow_slider_go.png');
    background-repeat: no-repeat;
    background-position: 100% 46%;
}

.back_news:hover{
    background-image: url('/images/arrow_slider_back.png');
    background-repeat: no-repeat;
    background-position: 0% 46%;
}

.back_news:nth-child(2):hover{
    background-image: url('/images/arrow_slider_go.png');
    background-repeat: no-repeat;
    background-position: 100% 46%;
}

.field-accountsform-company{
    display: none;
}