.index-price {
    /* font-weight: 600; */
    font-size: 22px;
}

.index-price-old {
    /* font-weight: 600; */
    font-size: 18px;
}

.uk-h1, h1 {
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;  
}

.uk-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.uk-breadcrumb>*>* {
    white-space: nowrap;
}

.uk-h2, h2 {
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.uk-h3, h3 {
    font-size: 22px;
    line-height: 1.25;
}

.uk-h4, h4 {
    font-size: 18px;
    line-height: 1.25;
}

.glass-text {
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 1.25;
}

.form-subtitle {
    font-size: 14px;
    line-height: 1.5;
}

.uk-text-xsmall {
    font-size: 12px;
}

.link-policy {
    color: #413b32;
    text-decoration: underline;
}

.text-small-14-16 {
    font-size: 14px;
}

.text-small-18-20 {
    font-size: 18px;
}

.icon-50-72 {
    width: 50px;
}

.uk-icon[uk-icon="menu-pergoly"],
.uk-icon[uk-icon="icon: menu-pergoly"] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}

.card-border {
    border: 1px solid #d7d2cb;
}

.uk-button-primary, .uk-button-default, .uk-input, .uk-select, .uk-textarea {
    border-radius: 6px;
}

.review-rating {
    font-size: 30px;
    color: #8cb489;
    line-height: 1;
}

.review-quan {
    font-size: 14px;
}

.text-small-14 {
    font-size: 14px;
}

.text-small-15 {
    font-size: 15px;
}

.text-small-11 {
    font-size: 11px;
}

.text-medium {
    font-weight: 600;
}

.review-item {
    min-width: 167px;
}

.win-info {
    padding: 7px;
    border-radius: 8px;
}

.win-img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
}

.spec-title {
    color: #978d80;
    font-size: 14px;
    padding: 10px 0px !important
}

.spec-value {
    font-size: 14px;
    padding: 10px 0px !important;
}

.uk-accordion-title::before {
    width: 1.2em;
    height: 1.2em;
}

.scroll-block {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-block::-webkit-scrollbar {
    display: none;
}
.scroll-block > .uk-grid::after,
.scroll-block > .uk-subnav::after,
.scroll-block > .uk-breadcrumb::after {
    content: "";
    flex: 0 0 15px;
    height: 15px;
}

.text-fade {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.6s ease;
}

.text-fade::after {
    content: "... еще";
    position: absolute;
    right: 20px;
    bottom: 5px;
    padding-left: 70px;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%);
    font-weight: bold;
    font-size: 13px;
}

.text-fade.opened {
    max-height: 2000px;
}

.text-fade.opened::after {
    display: none;
}
@media (min-width: 640px) {
    .scroll-block > .uk-grid::after,
    .scroll-block > .uk-subnav::after,
    .scroll-block > .uk-breadcrumb::after {
        flex: 0 0 30px;
        height: 30px
    }
}

@media (min-width: 960px) {
    .scroll-block > .uk-grid::after,
    .scroll-block > .uk-subnav::after,
    .scroll-block > .uk-breadcrumb::after {
        flex: 0 0 40px;
        height: 40px;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .win-img {
        position: relative;
        margin: 0;
    }
    .win-logo-img {
        position: absolute;
        z-index: 99;
    }
}

@media (max-width: 959px) {
    .rounded-none-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .rounded-none-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 440px) {
    .uk-breadcrumb>*>* {
        font-size: 12px;
    }
}

@media (min-width: 960px) {
    .uk-h1, h1 {
        font-size: 36px;
    }
    .uk-h2, h2 {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .index-price {
        font-size: 25px;
    }
    .index-price-old {
        font-size: 22px;
    }
    .uk-h1, h1 {
        font-size: 40px;
    }
    .glass-text {
        font-size: 22px;
    }
    .uk-h3, h3 {
        font-size: 25px;
    }
    .uk-h4, h4 {
        font-size: 22px;
    }
    .form-subtitle {
        font-size: 16px;
    }
    .text-small-14-16 {
        font-size: 16px;
    }
    .text-small-18-20 {
        font-size: 20px;
    }
    .icon-50-72 {
        width: 72px;
    }
    .review-rating {
        font-size: 40px;
    }
    .review-quan {
        font-size: 16px;
    }
}
.image-gradient {
    position: relative;
    display: inline-block;
}

.image-gradient img {
    display: block;
    width: 100%;
    height: auto;
}

.image-gradient .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.4),
            /* Снизу — темнее, можно уменьшить */
            rgba(0, 0, 0, 0)
            /* Сверху — полностью прозрачный */
        );
    z-index: 1;
}

.image-gradient .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    /* прижать к низу, можно изменить отступ */
    color: #fff;
    z-index: 2;

}
.win-img img {
    max-height: 280px;
    max-width: 190px;
}

.win-img {
    height: 280px;
    width: 190px;
}

.wina {
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.win {
    cursor: pointer;
}
.wina .win {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wina .uk-position-relative.uk-position-z-index {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
