.offcanvas-toggle::before {
    display: inline-block;
    font-family: feather;
    content: "\e036";
}

.site-menu ul {
    margin: 0 auto;
    margin-right: 5rem;
    padding: 0;
    list-style: none;
}

.offcanvas-toggle {
    width: 100px;
    transition: color .3s;
    border-right: 1px solid #e1e7ec;
    color: #606975;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.site-logo {
    width: 254px;
    padding: 12px 0 12px 25px;
    text-decoration: none;
    font-size: 20px;
}

.user-info-wrapper .user-cover {
	height: 0;
}

.user-info-wrapper {

    padding-top: 30px;
    padding-bottom: 30px;

}

.user-info-wrapper .user-info .user-data {
    padding-top: 30px;
}


.tab-content {

    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;

}
.my_rating td {
	font-weight: 900;
}

.card-success-shadow {
    box-shadow: 0px 0px 11px 6px rgba(63, 222, 103, 0.55)
}
.card-danger-shadow {
    box-shadow: 0px 0px 11px 6px rgba(218, 8, 8, 0.55);
}
.card-warning-shadow {
    box-shadow: 0px 0px 11px 6px rgba(218, 151, 8, 0.55);
}

.vuz-card-image {
    height: 210px;
    object-fit: cover;
}
.card h6.card-title {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    width: 90%;
    height: 80px;
    overflow: hidden;
}
.card-columns {

    column-count: 5;

}
dt {
    border-top: 0px solid transparent;
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 0;

}
dd {
    padding-top: 0px;
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 0;
}

.mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0000006b;
        z-index: -2;    
        
    }
    .jumbotron {
        padding: 4rem 1rem;
        margin-bottom: 2rem;
        background-color: #141715cf;
        border-radius: .3rem;
        position: relative;
    }

.modal-backdrop {
    z-index: 0;
}
.modal {
    z-index: 9999;
    background-color: #101010b3;
}


.csstransforms3d .offcanvas-open .offcanvas-wrapper, .csstransforms3d .offcanvas-open .site-backdrop, .csstransforms3d .offcanvas-open .navbar, .csstransforms3d .offcanvas-open .topbar {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}

.offcanvas-container {

    width: 320px;

}

.offcanvas-wrapper {
    min-height: auto;
}
.rasporka {
    min-height: 83vh;
}

.hover_none:hover {
    text-decoration: none;
}
.hover_none {
    text-decoration: none;
}

.modal {
    padding-top: 10vh;
}
.display-5 {
    font-size: 30px;
}