/*Страница каталога gazonnaya_reshetka_ekoparkovka*/
.eco-grid-photos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.eco-grid-photos figure {
    text-align: center;
}

.eco-grid-photos figure figcaption {
    color: #7a7a7a;
    font-size: .875rem;
    padding-right: 4rem;
    padding-top: 1rem;
}

.eco-grid-photos img {
    height: auto;
    max-width: 100%;
}

.technical-params {
    padding: 2rem 0;
}

@media print, screen and (min-width: 769px) {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

@media print, screen and (min-width: 769px) {
    .column.is-6, .column.is-6-tablet {
        flex: none;
        width: 50%;
    }
}

.technical-params h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.eco-grid-fills {
    margin-bottom: 2rem;
}

.columns.is-mobile {
    display: flex;
}

@media print, screen and (min-width: 769px) {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

.columns.is-mobile>.column.is-4 {
    flex: none;
    /*width: 33.33333337%;*/
}

.eco-grid-fills img {
    width: 113px;
}

.columns:not(:last-child) {
    margin-bottom: .75rem;
}

.columns {
    gap: 30px;
    /*margin-left: -.75rem;*/
    /*margin-right: -.75rem;*/
    /*margin-top: -.75rem;*/
}
@media print, screen and (min-width: 769px) {
    .column.is-4, .column.is-4-tablet {
        flex: none;
        /*width: 33.33333337%;*/
    }
}

.badge .badge-icon {
    color: #7a7a7a;
    font-size: 48px;
    padding: 0 2rem;
}

.badge .badge-caption {
    color: #7a7a7a;
    font-size: 12px;
    padding: 0 2rem;
    line-height: 1.5;
}

.has-text-centered {
    text-align: center !important;
}

.has-text-grey-light {
    color: #b5b5b5 !important;
}

.technical-params h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.technical-params .tech-param .param-name {
    font-size: 12px;
}

.technical-params .tech-param .param-value {
    color: #333;
    font-size: 24px;
}

.technical-params .tech-param .param-description {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 1.5;
}

/*@media screen and (min-width: 1216px) {*/
/*	.container:not(.is-max-desktop) {*/
/*		max-width: 1152px;*/
/*	}*/
/*}*/

.carousel {
    box-sizing: content-box;
    overflow: hidden;
    padding-bottom: 20px;
}

.carousel .carousel-slide {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel .carousel-slide .carousel-slide-container {
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
}

.carousel .carousel-slide .carousel-slide-container .carousel-frame {
    flex-basis: 33.3333%;
    min-width: 320px;
    width: 33.3333%;
}

.article-card {
    background-color: #2ac43f;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 150px;
    margin: 0 10px 20px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
}

.article-card .article-icon {
    color: #333;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.article-card .article-caption {
    bottom: 2rem;
    color: #333;
    font-size: 14px;
    left: 2rem;
    position: absolute;
    right: 2rem;
}

.article-card .article-caption .article-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .125rem;
}

.article-card .article-caption .article-description {
    display: block;
}


.section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.advantage-cards {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.advantage-card {
    display: block;
    margin-bottom: 1rem;
    min-width: 290px;
    position: relative;
}

.advantage-cards a {
    text-decoration: none;
}

.color-1 {
    background-color: #c5e16f !important;
}

.color-2 {
    background-color: #6bccff !important;
}

.color-3 {
    background-color: #ffe875 !important;
}

.color-4 {
    background-color: #7fb1b2 !important;
}

.color-5 {
    background-color: #c5b5fe !important;
}

.color-6 {
    background-color: #fa7367 !important;
}

.advantage-card .advantage-picture {
    background-color: #0a0a0a;
    display: block;
    overflow: hidden;
    width: 100%;
}

.advantage-card .advantage-picture img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    overflow: hidden;
    width: 100%;
}

.advantage-card .advantage-picture .image {
    margin: 0;
}

.advantage-card .advantage-body {
    display: block;
    padding: 2rem;
}

.advantage-card .advantage-header {
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .875rem;
}

.advantage-card .advantage-description, .advantage-card .advantage-lead {
    color: #333;
    display: block;
    font-size: 14px;
}

.icon-certificate:before {
    content: "\e90e";
}

.icon-leaf:before {
    content: "\e90f";
}

.icon-quality:before {
    content: "\e910";
}



@media screen and (max-width: 1000px) {
    .advantage-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .column.is-6, .column.is-6-tablet {
        width: 100%;
    }

    .columns {
        flex-wrap: wrap;
        gap: 0;
    }
}

@media screen and (max-width: 768px) {
    .advantage-cards {
        grid-template-columns: 1fr;
    }
}
/*END Страница каталога gazonnaya_reshetka_ekoparkovka*/