404.css 1.68 KB
p, a, label, span{
    font-family: "Ubuntu"
}

.vin {
        margin-bottom: 19px!important;
    width: 960px;
    margin: 34px auto;
    border-bottom: 1px solid #dfdfdf;
   
}

.navigation:hover {
    color: #879cc3;
}

.navigation {
    color: #6b84b5;
    text-decoration: underline;
}

.vin img {
    margin-bottom: 1px;
}

.arrow_go {
    padding-bottom: 1px;
}

.vin_article {
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px;
}

.choose_tovar{
    width: 920px;
    margin: 121px auto 0;
}

.error{
    font-size: 200px;
    color:#7a7a7a;
    font-weight: 700;
    display: inline-block;
}

.choose_tovar-error{
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
    width:457px;
    float:right;
    margin-top: 45px;
    margin-right: 106px;
}

.choose_tovar img{
    margin-left: 332px;
     animation-name: move;
    animation-duration: 4s;
}

@keyframes move{
    0%   {margin-left: 1200px}
    100% {margin-left: 332px}

}

@-webkit-keyframes move{
    0%   {margin-left: 1200px}
    100% {margin-left: 332px}

}

.grey{
    text-align: center;
    display: table;
    margin: 0 auto;
    color: #959595;
    font-size: 15px;
    width: 629px;
    margin-top: 30px;
}

.choose_tovar .purple{
    width: 181px;
        display: table;
    margin: 34px auto;
    text-transform: uppercase;
    font-size: 11px;
}

.choose_tovar .purple:hover{
    background-color: #8399c4;
}

.contacts .orange {
    height: 27px;
    width: 115px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #ffc523;
    position: absolute;
    bottom: 7px;
    margin-left: 186px;
    font-size: 11px;
    background-color: #ffc523;
    box-shadow: 0px 4px 0 0px #efb515;
    outline: none;
}