body {
    background: #5E9AA6;
    color: #395050;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, .btn-link {
    color: #0D5757;
}
img {
    width: 100%;
}
.footer {
    margin-top: 100px;
}
.navbar {
    border-radius: 0 !important;
}
.navbar-toggle {
    display: none;
}
.header {
    height: 150px;
    background: white;
    position: relative;
}
@media screen and (max-width: 766px) {
    .header {
        height: 220px;
    }
}
.header__auth {
    float: right;
    position: relative;
    top: 50px;
    right: 8px;
}
.header__links {
    margin-top: 10px;
}
.header__links a:first-child {
    margin-right: 10px;
}
.header__logo {
    position: absolute;
    display: block;
    width: 215px;
    top: 19px;
}
.header__logo img {
    width: 100%;
}
.cars {
    margin-top: 30px;
    text-align: center;
}
.cars li {
    background: white;
    border: 3px solid #A1BDC3;
    border-radius: 4px;
    width: 290px;
    /*height: 323px;*/
    min-height: 344px;
    margin-right: 30px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.cars li:nth-child(3n) {
    margin-right: 0;
}
.cars__item {
    position: absolute;
    top: 20px;
    bottom: 0;
    padding-bottom: 20px;
    width: 244px;
}
.cars__photo {
    height: 170px;
    overflow: hidden;
}
.cars__photo img {
    display: block;
    width: 100%;
}
.cars__title {

}
.cars__description {
    margin-bottom: 15px;
}
.cars__counter {
    bottom: 20px;
    position: absolute;
}
.cars__price {
    margin-right: 10px;
}
.cars__timeleft {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.auction {

}
.auction__info {
    font-size: 16px;
}
.auction__info p {
    margin-bottom: 5px;
}
.auction__details {
    margin-top: 30px;
    padding: 20px;
    background: white;
    border: 3px solid #A1BDC3;
    border-radius: 4px;
}
.auction__gallery {
    overflow: hidden;
    padding: 20px;
    background: white;
    border: 3px solid #A1BDC3;
    border-radius: 4px;
}
.gallery-item {
    width: 140px;
    display: block;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
}
.gallery-item:nth-child(4n) {
    margin-right: 0;
}
.stats {
    position: absolute;
    top: 5px;
    right: 21px;
}
.container {
    position: relative;
    max-width: none !important;
    /*width: 980px;*/
}
.panel {
    border: 3px solid #A1BDC3;
}
.col-xs-12 .list-group {
    border-radius: 4px;
    border: 3px solid #A1BDC3;
}
.col-xs-12 .list-group .list-group-item {
    border-radius: 0;
}
.panel-default>.panel-heading {
    color: #0D5757;
    font-size: 24px;
    background-color: #F4FAFB;
    border-color: #CAD6D8;
}
.btn-success, .btn-primary, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #00435C;
    border-color: #00435C;
}
.page {
    background: white;
    border: 3px solid #A1BDC3;
    border-radius: 4px;
    padding-bottom: 15px;
}
.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}
