.askue-slide-col-wide img,
.askue-slide-col img {
    width: 100%;
    object-fit: cover;
}

.askue-slide-col-2 img {
    width: 100% !important;
}

.askue-clients-item {
    min-width: calc(100% / 3 - 11px);
    width: auto;
}

.askue-slide-text-subtitle {
    line-height: 100%;
    display: inline-block;
}

.askue-slide-col-2 img:first-of-type,
.askue-slide-col-2 img:last-of-type {
    height: auto;
    flex: 1;
}

@media screen and (min-width: 769px) {
    .askue-slide-col,
    .askue-slide-col-2 {
    	width: 25%;
    }
}

.askue-sidebar-menu:not(.askue-sidebar-menu-scrolled) {
    position: fixed;
    top: 60px;
}

.askue-sidebar-decor {
    height: 0;
}

.askue-wrap ul>li {
    background: none;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .askue-wrapper .sidebar {
	    display: none;
    }
}