main.css 2.94 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;}