aside {
    border-radius: 20px !important;
    background-color: white;
}
.site-login {
    padding: 20px;
}
.items-index {
    border-top: 1px solid #ced4da;
}
.nav-pills .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-link {
    position: relative;
}
.icon-more {
    position: absolute;
    right: 20px;
    top: 40px;
}
.master-detail--search.search-aside {
    padding: 15px;
}
.form-control-search {
    border-radius: 30px;
    height: 50px;
    padding-left: 50px;
    background: no-repeat url("/images/svg/search.svg") 15px 15px;
    background-color: white;
}
ul.nav {
    overflow-y: inherit !important;
    scrollbar-width: thin;
    scrollbar-color: #A3A3AC #2C2C3708;
}

/*@media (max-width: 720px) {
    main>.container-fluid {
        padding: 90px 0 0;
    }

    .master-detail>aside {
        margin-bottom: 0;
    }

    aside, main, .breadcrumb {
        background-color: #004778;
        color: white;
    }

    .breadcrumb-item a {
        color: #FDFDFD;
    }

    .items-index {
        border-top: 0;
        background-color: white;
        border-radius: 20px 20px 0 0;
        padding-top: 0px;
    }
}*/

@media (max-width: 480px) {
    .master-detail .items-index ul.nav>* {
        flex: 100% 0 0;
    }
}

@media (max-width: 719px) {
    .master-detail .items-index ul.nav {
        max-height: 100%;
    }
}

h2 {
    font-size: 16px;
}

.info-block-wrapper {
    border-radius: 20px;
    background-color: white;
    color: black;
}

.car-info-header {
    /*background-color: #EBF7FF;
    border-radius: 10px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 10px;
}

.car-info-header-main {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 10px 0;
}

.block-photo {
    margin-bottom: 20px;
}

.block-icon {
    margin: 0 10px
}

@media (max-width: 768px) {
    .only-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 720px) {
    .master-detail>div {
        position: absolute;
        top: 225px;
        padding: 20px;
    }

    .detail-top-string {
        display: block;
        width: 10%;
        height: 5px;
        margin: auto;
        background-color: #3C3C434D;
        border-radius: 3px;
        margin-top: 20px;
    }

    p.info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    p.info small {
        line-height: 2;
        font-size: 14px;
    }

    .navbar-brand>img {
        width: 150px !important;
    }
}

.menu-icon {
    margin-right: 15px;
}

form#logout-form {
    display: contents;
}

.picture-button {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
    .picture-button-h-short {
        height: 250px;
    }

    .picture-button-h-long {
        height: 300px;
    }

.picture-button > img {
    border-radius: 10px;
    width: 100%;
}

.picture-button > .button-label {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-weight: bold;
    background-color: #0079CC;
    padding: 10px;
    border-radius: 10px 0 0 0;
    margin-left: 15px;
}

.swiper-wrapper {
    width: 80vw;
}

.nav-pills .nav-link {
    border-radius: 15px;
}

@media (max-width: 992px) {
    .picture-button > img {
        border-radius: 10px;
        height: 100%;
    }

    .picture-button-h-short {
        height: 250px;
    }

    .picture-button-h-long {
        height: 250px;
    }
}
