

/* Start:/local/components/narisuemvse/home.about/templates/about/style.css?17332428941667*/
.about-offer {
    margin-top: 120px;
    margin-bottom: 50px;
}

.about-offer-banner {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #EBEFF2;
}

.about-offer-banner .img {
    width: 550px;
    position: absolute;
    bottom: 0;
    right: -15px;
}

.about-offer-banner img {
    display: block;
    width: 100%;
}

.about-offer-banner .description {
    padding: 55px 555px 55px 60px;
}

.about-offer-banner .title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #08B173;
}

.about-offer-banner .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}


@media (max-width: 1400px) {

    .about-offer-banner .description {
        padding: 55px 500px 55px 60px;
    }

    .about-offer-banner .title {
        font-size: 32px;
    }

    .about-offer-banner .img {
        width: 520px;
    }

}

@media (max-width: 1200px) {

    .about-offer {
        margin-top: 80px;
    }

    .about-offer-banner .title {
        font-size: 26px;
    }

    .about-offer-banner .text {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-offer-banner .description {
        padding: 40px 380px 40px 45px;
    }

    .about-offer-banner .img {
        width: 400px;
    }

}

@media (max-width: 992px) {

    .about-offer {
        margin-top: 50px;
    }

    .about-offer-banner .img {
        display: none;
    }

    .about-offer-banner .description {
        padding: 40px 45px;
    }

}

@media (max-width: 768px) {

    .about-offer-banner {
        background: none;
    }

    .about-offer-banner .description {
        padding: 0;
    }

}
/* End */


/* Start:/local/components/narisuemvse/home.pros-list/templates/about/style.css?17331488101014*/
.about-pros-list {
    margin: 0 -15px 80px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px 0;
    flex-wrap: wrap;
}

.about-pros-list > li {
    width: 25%;
    padding: 0 15px;
}

.about-pros-list .card .img {
    max-width: 90px;
    height: 80px;
}

.about-pros-list .card img {
    display: block;
    height: 100%;
}

.about-pros-list .card .title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.about-pros-list .card .text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}


@media (max-width: 1200px) {

    .about-pros-list .card .title {
        font-size: 16px;
    }

    .about-pros-list .card .img {
        max-width: 80px;
        height: 70px;
    }

}

@media (max-width: 992px) {

    .about-pros-list {
        margin: 0 -15px 40px;
    }

    .about-pros-list > li {
        width: 50%;
    }

}

@media (max-width: 768px) {

    .about-pros-list > li {
        width: 100%;
    }

}
/* End */


/* Start:/local/components/narisuemvse/banner.category/templates/.default/style.css?17337511941196*/
.categories-banner {
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding: 25px 0;
    text-decoration: none;
}

.categories-banner .description {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0 15px;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.categories-banner .description img {
    display: block;
    max-height: 55px;
}

.categories-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.categories-banner .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 992px) {

    .categories-banner .description img {
        max-height: 36px;
    }

    .categories-banner .description {
        font-size: 32px;
    }

}

@media (max-width: 768px) {

    .categories-banner {
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .categories-banner .description {
        gap: 0 7px;
        font-size: 18px;
    }

    .categories-banner .description img {
        max-height: 20px;
    }

}
/* End */


/* Start:/local/components/narisuemvse/home.categories/templates/about/style.css?17334749612710*/
.about-categories-list {
    margin: 0 -15px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
}

.about-categories-list > li {
    width: 20%;
    padding: 0 15px;
}

.about-categories-list .card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    padding: 15px 20px;
    border: 1px solid rgba(197, 206, 212, 0.5);
    border-radius: 20px;
    transition: border-color .3s ease;
}

.about-categories-list .card .description {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-categories-list .card .img {
    width: 67px;
    height: 67px;
}

.about-categories-list .card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-categories-list .card .title {
    margin-top: 15px;
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    transition: color .3s ease;
}

.about-categories-list .card .link {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #FF5431;
}

.about-categories-list .card:hover {
    border-color: #FF5431;
}

.about-categories-list .card:hover .title {
    color: #FF5431;
}

.about-categories-list .more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 33px;
    height: 33px;
    background: #F2F5F8;
    border-radius: 100px;
}

.about-categories-list .more::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/local/components/narisuemvse/home.categories/templates/about/../../images/template-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


@media (max-width: 1200px) {

    .about-categories-list > li {
        width: 25%;
    }

}

@media (max-width: 992px) {

    .about-categories-list > li {
        width: 33.33%;
    }

    .about-categories-list .card .title {
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    .about-categories-list {
        gap: 5px 0;
    }

    .about-categories-list > li {
        width: 100%;
    }

    .about-categories .more {
        display: none;
    }

    .about-categories .card {
        flex-direction: row;
        gap: 0 15px;
        align-items: center;
        padding: 10px;
    }

    .about-categories .card .img {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }

    .about-categories .card .title {
        margin-top: 0;
        font-size: 12px;
    }

    .about-categories .card .link {
        margin-top: 0;
        font-size: 12px;
    }

}
/* End */


/* Start:/local/components/narisuemvse/home.about/templates/loyalty/style.css?17332431141697*/
.about-loyalty {
    margin-top: 160px;
}

.about-loyalty-banner {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #EBEFF2;
}

.about-loyalty-banner .img {
    width: 570px;
    position: absolute;
    bottom: 0;
    left: -15px;
}

.about-loyalty-banner img {
    display: block;
    width: 100%;
}

.about-loyalty-banner .description {
    padding: 75px 80px 75px 580px;
}

.about-loyalty-banner .title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    color: #08B173;
}

.about-loyalty-banner .text {
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.6;
}

.about-loyalty-banner .btn {
    margin-top: 25px;
}


@media (max-width: 1400px) {

    .about-loyalty-banner .description {
        padding: 75px 80px 75px 520px;
    }

    .about-loyalty-banner .img {
        width: 510px;
    }

}

@media (max-width: 1200px) {

    .about-loyalty {
        margin-top: 80px;
    }

    .about-loyalty-banner .img {
        width: 420px;
    }

    .about-loyalty-banner .description {
        padding: 50px 55px 50px 430px;
    }

    .about-loyalty-banner .title {
        font-size: 22px;
    }

    .about-loyalty-banner .text {
        font-size: 14px;
    }

}

@media (max-width: 992px) {

    .about-loyalty-banner .description {
        padding: 30px 45px 30px 350px;
    }

    .about-loyalty-banner .img {
        width: 350px;
        bottom: 50%;
        transform: translateY(50%);
    }

}

@media (max-width: 768px) {

    .about-loyalty-banner {
        background: none;
    }

    .about-loyalty-banner .img {
        display: none;
    }

    .about-loyalty-banner .description {
        padding: 0;
    }

}
/* End */
/* /local/components/narisuemvse/home.about/templates/about/style.css?17332428941667 */
/* /local/components/narisuemvse/home.pros-list/templates/about/style.css?17331488101014 */
/* /local/components/narisuemvse/banner.category/templates/.default/style.css?17337511941196 */
/* /local/components/narisuemvse/home.categories/templates/about/style.css?17334749612710 */
/* /local/components/narisuemvse/home.about/templates/loyalty/style.css?17332431141697 */
