optovikam.css 1.64 KB
.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: 960px;
    margin: 20px auto;
    border-bottom:1px solid #dfdfdf;
}
.choose_tovar-list{
    margin-bottom: 27px;
}
.choose_tovar-inviting{
    font-size: 18px;
    margin-bottom: 14px;
}

.choose_tovar-list p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.choose_tovar-list li{
    padding-left: 13px;
    background-image: url("../images/purple_eclipse.png");
    background-position: 2px 6px;
    background-repeat: no-repeat;

    font-size: 13px;
    margin-bottom:20px;
}

.choose_tovar-list li span{
    color: #6b84b5;
}
.choose_tovar-list ul{
    list-style-type: none;
    
}

.choose_tovar-list a{
    color:#6b84b5;
}

.tab-content table{
    width: auto;
    margin-top: 21px;
        margin-bottom: 29px;
}

.tab-content table td{
    width: 230px;
}
.team_header{
    font-size: 18px;
    font-weight: 600;
    height: 31px;
}


.personal_photo{
    height: 137px;
    padding-left: 9px;

}
.personal_name{
    font-size: 18px;
    height: 27px;
}

.team_contacts{
    height: 23px;
    font-size: 13px;
}

.team_contacts img{
    margin-right: 9px;
}

.choose_tovar-list table a{
    text-decoration: none;
    color:#333;
}

.long_line{
    height: 1px;
    width:688px;
    background-color: #dfdfdf;
}