

/* Start:/local/components/narisuemvse/banner.slider/templates/.default/style.css?17338139262399*/
.home-offer {
    margin-top: 10px;
    margin-bottom: 80px;
}

.home-offer .container {
    display: flex;
    align-items: stretch;
    gap: 0 30px;
}

.home-offer-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.offer-slider-item {
    display: block;
}

.offer-slider-item img {
    display: block;
    width: 100%;
}

.home-offer-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.home-offer-slider .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    transition: background .3s ease;
}

.home-offer-slider .owl-nav button:hover {
    background: #FFFFFF;
}

.home-offer-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.home-offer-slider .owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
}

.home-offer-slider .owl-dot.active {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0;
    background: none;
    border-radius: 0;
}


@media (max-width: 1200px) {

    .home-offer-slider .owl-nav {
        padding: 0 10px;
    }

    .home-offer-slider .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .home-offer-slider .owl-nav button svg {
        width: 10px;
        height: 17px;
    }

}

@media (max-width: 992px) {

    .home-offer .container {
        flex-direction: column;
        gap: 30px 0;
    }

}

@media (max-width: 768px) {

    .home-offer {
        margin-bottom: 40px;
    }

    .home-offer-slider .owl-nav {
        display: none;
    }

    .home-offer-slider .owl-dots {
        gap: 0 5px;
        bottom: 10px;
    }

    .home-offer-slider .owl-dot {
        width: 6px;
        height: 6px;
    }

    .home-offer-slider .owl-dot.active {
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 100px;
        background: #ffffff;
    }

}
/* End */


/* Start:/local/components/narisuemvse/banner.list/templates/.default/style.css?1744619821734*/
.home-offer-banners {
    width: 410px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-banner {
    border-radius: 20px;
    overflow: hidden;
}

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


@media (max-width: 1400px) {

    .home-offer-banners {
        width: 360px;
    }

}

@media (max-width: 1200px) {

    .home-offer-banners {
        width: 290px;
    }

}

@media (max-width: 992px) {

    .home-offer-banners {
        width: 100%;
        flex-direction: row;
        gap: 0 30px;
    }

}

@media (max-width: 768px) {

    .home-offer-banners {
        gap: 0 10px;
    }

    .offer-banner {
        width: 50%;
    }

}
/* 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/.default/style.css?17334749182733*/
.home-categories {
    margin-top: 30px;
}

.home-categories-list {
    margin: 0 -15px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
}

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

.home-categories .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;
}

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

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

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

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

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

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

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

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

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


@media (max-width: 1200px) {

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

}

@media (max-width: 992px) {

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

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

}

@media (max-width: 768px) {

    .home-categories {
        margin-top: 50px;
    }

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

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

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

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

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

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

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

}
/* End */


/* Start:/local/components/narisuemvse/home.promotions/templates/.default/style.css?17332323601209*/
.home-promotions {
    margin-top: 80px;
}

.home-promotions .container {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.home-promotions-description {
    width: 300px;
    flex-shrink: 0;
}

.home-promotions-description .title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    color: #08B173;
}

.home-promotions-description .text {
    margin-top: 10px;
    line-height: 1.6;
}

.home-promotions-description .btn {
    margin-top: 30px;
}


@media (max-width: 1200px) {

    .home-promotions-description {
        width: 280px;
    }

    .home-promotions-description .title {
        font-size: 28px;
    }

    .home-promotions-description .text {
        font-size: 14px;
    }

    .home-promotions-description .btn {
        margin-top: 20px;
    }

}

@media (max-width: 992px) {

    .home-promotions .container {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .home-promotions-description {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .home-promotions {
        margin-top: 30px;
    }

    .home-promotions-description .title {
        font-size: 30px;
    }

    .home-promotions-description .btn {
        width: 100%;
    }

}
/* End */


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

.home-promotions-list > li {
    width: 33.33%;
    padding: 0 15px;
}

.home-promotions-list a {
    display: block;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.home-promotions-list a img {
    display: block;
    width: 100%;
}


@media (max-width: 768px) {

    .home-promotions-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .home-promotions-list > li {
        width: 80%;
        flex-shrink: 0;
    }

}
/* End */


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

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

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

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

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

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

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

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


@media (max-width: 1400px) {

    .home-about {
        margin-top: 110px;
    }

    .home-about-banner .description {
        padding: 55px 60px 55px 520px;
    }

    .home-about-banner .img {
        width: 480px;
    }

    .home-about-banner .title {
        font-size: 36px;
    }

}

@media (max-width: 1200px) {

    .home-about-banner .description {
        padding: 40px 50px 40px 430px;
    }

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

    .home-about-banner .title {
        font-size: 28px;
    }

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

}

@media (max-width: 992px) {

    .home-about {
        margin-top: 60px;
    }

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

    .home-about-banner .description {
        padding: 40px 50px;
    }

}

@media (max-width: 768px) {

    .home-about {
        margin-top: 35px;
    }

    .home-about-banner {
        background: initial;
    }

    .home-about-banner .description {
        padding: 15px;
    }

    .home-about-banner .title {
        font-size: 30px;
    }

    .home-about-banner .btn {
        margin-top: 15px;
        width: 100%;
    }

}
/* End */


/* Start:/local/components/narisuemvse/home.pros/templates/.default/style.css?17332279621257*/
.home-pros {
    margin-top: 80px;
}

.home-pros .container {
    display: flex;
    align-items: center;
    gap: 0 60px;
}

.home-pros-description {
    width: 410px;
    flex-shrink: 0;
    padding: 45px;
    background: #F7F8F8;
    border-radius: 20px;
}

.home-pros-description .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.home-pros-description .text {
    margin-top: 15px;
    font-weight: 300;
    line-height: 1.6;
}

.home-pros-description .btn {
    margin-top: 25px;
}


@media (max-width: 1200px) {

    .home-pros-description {
        width: 360px;
    }

    .home-pros-description .title {
        font-size: 20px;
    }

    .home-pros-description .text {
        font-size: 14px;
    }

}

@media (max-width: 992px) {

    .home-pros {
        margin-top: 60px;
    }

    .home-pros .container {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .home-pros-description {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .home-pros {
        margin-top: 35px;
    }

    .home-pros-description {
        background: initial;
        padding: 0;
    }

    .home-pros-description .text {
        display: none;
    }

    .home-pros-description .btn {
        display: none;
    }

}
/* End */


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

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

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

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

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

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


@media (max-width: 992px) {

    .home-pros-list .card .title {
        font-size: 18px;
    }

}

@media (max-width: 768px) {

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

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

}
/* End */


/* Start:/local/components/narisuemvse/banner.grid/templates/.default/style.css?17334744101235*/
.home-banners {
    margin-top: 100px;
}

.home-banners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home-banners .banner {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.home-banners .banner img {
    display: block;
    width: 100%;
}

.banner-1\/4 {
    grid-column: span 1;
}

.banner-3\/4 {
    grid-column: span 3;
}

.banner-full {
    grid-column: span 4;
}


@media (max-width: 992px) {

    .home-banners {
        margin-top: 60px;
    }

    .home-banners-grid {
        gap: 15px;
    }

}

@media (max-width: 768px) {

    .home-banners {
        margin-top: 20px;
    }

    .home-banners-grid.owl-loaded {
        position: relative;
        display: block;
        border-radius: 25px;
        overflow: hidden;
    }

    .home-banners-grid .owl-dots {
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 0 5px;
    }

    .home-banners-grid .owl-dot {
        display: block;
        width: 6px;
        height: 6px;
        background: #f2f5f8;
        border-radius: 100px;
    }

    .home-banners-grid .owl-dot.active {
        background: #ffffff;
    }

}
/* End */


/* Start:/local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554*/
.home-pharmacies {
    margin-top: 80px;
}

.pharmacies {

}

.pharmacies-title {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    color: #08B173;
    margin-bottom: 45px;
}

.pharmacies-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 30px;
}

.pharmacies-container-left {
    flex-grow: 1;
}

.pharmacies-container-right {
    position: relative;
    width: 390px;
    flex-shrink: 0;
}

.pharmacies-map {
    height: 560px;
    background: #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
}

.pharmacies-items {
    position: absolute;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-right: 20px;

    scrollbar-color: #08B173 #F7F8F8;
    scrollbar-width: thin;
}

.pharmacies-item {
    padding: 15px 0;
    font-size: 13px;
}

.pharmacies-item + .pharmacies-item {
    border-top: 1px solid #E4E6E8;
}

.pharmacies-item.hidden {
    display: none;
}

.pharmacies-item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.pharmacies-item .text {
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
}

.pharmacies-item .link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.pharmacies-item .link a {
    color: #08B173;
    text-decoration: none;
}

.pharmacies-item .link a:hover {
    text-decoration: underline;
}


.pharmacies-items-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pharmacies-items-search {
    margin-bottom: 20px;
}

.pharmacies-items-search input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 100px;
    background: #F7F8F8;
    padding: 0 15px;
    font-weight: 300;
    transition: border-color 0.3s ease 0s;
}

.pharmacies-items-search input::placeholder {
    color: #2A3136;
}

.pharmacies-items-search input:focus {
    border-color: #FF5431;
}

.pharmacies-filter {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.pharmacies-filter-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;

}

.pharmacies-filter-label {
    font-weight: 300;
}

.pharmacies-filter-dropdown {
    position: relative;
    width: 240px;
    overflow: hidden;
}

.pharmacies-filter-dropdown.disabled {
    pointer-events: none;
}

.pharmacies-filter-dropdown .label {
    display: block;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 50px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 40px;
    background-color: #F7F8F8;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9.5 9L18 1" stroke="%238E8F8F" stroke-width="1.5"/></svg>');
    background-position: right .90rem center;
    background-repeat: no-repeat;
    background-size: .90em .90em;
}

.pharmacies-filter-dropdown .list {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 100%;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow: auto;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
    opacity: 0;

    scrollbar-color: #08B173 #F7F8F8;
    scrollbar-width: thin;
}

.pharmacies-filter-dropdown .list-search {
    border-bottom: 1px solid #E4E6E8;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.pharmacies-filter-dropdown .list-input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #E4E6E8;
    outline: none;
}

.pharmacies-filter-dropdown .list-item {
    display: block;
    padding: 8px 15px;
    font-weight: 300;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.pharmacies-filter-dropdown .list-item:hover {
    background: #08B173;
    color: #fff;
}

.pharmacies-filter-dropdown .list-item.hidden {
    display: none;
}


.pharmacies-filter-dropdown.open {
    overflow: visible;
}

.pharmacies-filter-dropdown.open .list {
    margin-top: 0;
    opacity: 1;
}






.pharmacies-balloon {
    width: 250px;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    font-feature-settings: "lnum" on;
}

.pharmacies-balloon .top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
}

.pharmacies-balloon .title {
    flex-grow: 1;
    align-self: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.pharmacies-balloon .address {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}


.pharmacies-balloon .info {
    margin-top: 15px;
}

.pharmacies-balloon .info-title {
    font-size: 14px;
    font-weight: 700;
}

.pharmacies-balloon .info-text {
    margin-top: 5px;
    font-size: 12px;
    color: #2A3136;
}

.pharmacies-balloon .info-schedule > div + div {
    margin-top: 4px;
}

.ymaps-2-1-79-balloon__content {
    padding: 20px 0 30px 20px !important;
}

.pharmacies-mobile-controls {
    display: none;
}


@media (max-width: 1200px) {

    .pharmacies-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .pharmacies-container-right {
        width: 340px;
    }

}

@media (max-width: 992px) {

    .pharmacies-container-right {
        width: 290px;
    }

}

@media (max-width: 768px) {

    .home-pharmacies {
        margin-top: 35px;
    }

    .pharmacies-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .pharmacies-container-right {
        display: none;
    }

    .pharmacies-container {
        display: block;
    }

    .pharmacies-container-left {
        width: auto;
    }

    .pharmacies-container-right {
        width: auto;
        margin-top: 20px;
    }

    .pharmacies-items-title {
        display: block;
        min-height: auto;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pharmacies-items {
        position: static;
        min-height: auto;
        max-height: 500px;
    }

    .pharmacies-map {
        height: 400px;
    }


    .pharmacies-tab .item {
        font-size: 14px;
        padding: 10px 12px;
    }

    .pharmacies-mobile-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .pharmacies-mobile-controls .control {
        display: inline-flex;
        align-items: center;
        gap: 0 5px;
        border-radius: 10px;
        border: 1px solid #BFC6CB;
        color: #BFC6CB;
        height: 46px;
        text-decoration: none;
        padding: 0 30px;
    }

    .pharmacies-mobile-controls .control svg {
        width: 18px;
        height: 18px;
    }

    .pharmacies-mobile-controls .control svg path {
        fill: #BFC6CB;
    }

    .pharmacies-mobile-controls .control.active {
        border-color: #08B173;
        background: #08B173;
        color: #FFFFFF;
    }

    .pharmacies-mobile-controls .control.active svg path {
        fill: #FFFFFF;
    }

}
/* End */


/* Start:/local/components/narisuemvse/home.blog/templates/.default/style.css?17338991995282*/
.home-blog {
    margin-top: 80px;
}

.home-blog-title {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    color: #08B173;
    margin-bottom: 45px;
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 275px;
    gap: 30px;
}

.home-blog-grid .blog-post-1\/2 {
    grid-row: span 1;
    grid-column: span 1;
    position: relative;
    background: #F7F8F8;
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.home-blog-grid .blog-post-2\/2 {
    grid-row: span 2;
    grid-column: span 1;
    position: relative;
    background: #F7F8F8;
    border-radius: 20px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-blog-grid .blog-post-1\/2 .description {
    margin-top: auto;
}

.home-blog-grid .blog-post-1\/2 .more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 100px;
}

.home-blog-grid .blog-post-1\/2 .more::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('/local/components/narisuemvse/home.blog/templates/.default/../../images/template-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-blog-grid .blog-post-1\/2 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    transition: color .3s ease;
}

.home-blog-grid .blog-post-1\/2:hover .title {
    color: #08B173;
}

.home-blog-grid .blog-post-1\/2 .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.home-blog-grid .blog-post-1\/2 .img {
    display: none;
}

.home-blog-grid .blog-post-2\/2 .description {
    margin-top: auto;
    background: #F7F8F8;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 20px 25px 25px;
}

.home-blog-grid .blog-post-2\/2 .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-blog-grid .blog-post-2\/2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.home-blog-grid .blog-post-2\/2 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #08B173;
    transition: color .3s ease;
}

.home-blog-grid .blog-post-2\/2 .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    max-height: 90px;
    overflow: hidden;
}

.home-blog-grid .blog-post-2\/2:hover .title {
    color: #068154;
}

.home-blog-grid .blog-post-2\/2:hover img {
    transform: scale(1.1);
}


@media (max-width: 1200px) {

    .home-blog-grid .blog-post-1\/2 .title {
        font-size: 18px;
    }

    .home-blog-grid .blog-post-2\/2 .title {
        font-size: 18px;
    }

    .home-blog-grid .blog-post-2\/2 {
        padding: 10px;
    }

    .home-blog-grid .blog-post-1\/2 {
        padding: 20px;
    }

    .home-blog-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

}

@media (max-width: 992px) {

    .home-blog-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 200px;
    }

    .home-blog-grid .blog-post-1\/2 {
        order: 2;
        grid-column: span 2;
    }

    .home-blog-grid .blog-post-2\/2 {
        order: 1;
        grid-row: span 2;
        grid-column: span 2;
    }

    .home-blog-grid .blog-post-1\/2 .more {
        display: none;
    }

}

@media (max-width: 768px) {

    .home-blog {
        margin-top: 30px;
    }

    .home-blog-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .home-blog-grid {
        display: block;
        position: relative;
    }

    .home-blog-grid .blog-post {
        height: 345px;
    }

    .home-blog-grid .blog-post-1\/2 {
        border-radius: 20px;
        overflow: hidden;
        padding: 10px;
    }

    .home-blog-grid .blog-post-1\/2 .title {
        color: #08B173;
        line-height: 1.2;
    }

    .home-blog-grid .blog-post-1\/2 .img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .home-blog-grid .blog-post-1\/2 img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease;
    }

    .home-blog-grid .blog-post-1\/2 .description {
        margin-top: auto;
        background: #F7F8F8;
        border-radius: 20px;
        position: relative;
        z-index: 2;
        padding: 20px 25px 25px;
    }

    .home-blog-grid .blog-post-2\/2 .description {
        margin-top: auto;
        max-width: initial;
        height: initial;
    }

    .home-blog-grid .owl-dots {
        position: absolute;
        bottom: -20px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 0 5px;
    }

    .home-blog-grid .owl-dot {
        display: block;
        width: 6px;
        height: 6px;
        background: #f2f5f8;
        border-radius: 100px;
    }

    .home-blog-grid .owl-dot.active {
        background: #08B173;
    }

}
/* End */
/* /local/components/narisuemvse/banner.slider/templates/.default/style.css?17338139262399 */
/* /local/components/narisuemvse/banner.list/templates/.default/style.css?1744619821734 */
/* /local/components/narisuemvse/banner.category/templates/.default/style.css?17337511941196 */
/* /local/components/narisuemvse/home.categories/templates/.default/style.css?17334749182733 */
/* /local/components/narisuemvse/home.promotions/templates/.default/style.css?17332323601209 */
/* /local/components/narisuemvse/home.promotions-list/templates/.default/style.css?1733300112679 */
/* /local/components/narisuemvse/home.about/templates/.default/style.css?17334040921852 */
/* /local/components/narisuemvse/home.pros/templates/.default/style.css?17332279621257 */
/* /local/components/narisuemvse/home.pros-list/templates/.default/style.css?1733228056852 */
/* /local/components/narisuemvse/banner.grid/templates/.default/style.css?17334744101235 */
/* /local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554 */
/* /local/components/narisuemvse/home.blog/templates/.default/style.css?17338991995282 */
