.products_list-item {
    margin-bottom: 30px
}

.products_list-item:last-of-type {
    margin-bottom: 0
}

.products_list-item_wrapper {
    -webkit-box-shadow: 0 0 15px rgba(37, 143, 103, .1);
    box-shadow: 0 0 15px rgba(37, 143, 103, .1);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff
}

.products_list-item_wrapper:hover {
    -webkit-box-shadow: 0 0 20px rgba(37, 143, 103, .15);
    box-shadow: 0 0 20px rgba(37, 143, 103, .15)
}

.products_list-item_wrapper .media {
    margin-bottom: 10px;
    overflow: hidden;
    min-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.products_list-item_wrapper .media img {
    position: relative;
    max-height: 90%;
    width: 90%;
    margin: auto
}

.products_list-item_wrapper .media .label {
    background: #258f67;
    color: #fff;
    border-radius: 16px;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 0 0 30px
}

.products_list-item_wrapper .media .overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: 30px
}

.products_list-item_wrapper .media .overlay .action {
    margin-left: auto
}

.products_list-item_wrapper .media .overlay .action_link {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #efc368;
    color: #efc368;
    font-size: 19px
}

.products_list-item_wrapper .media .overlay .action_link:first-of-type {
    margin-bottom: 20px
}

.products_list-item_wrapper .media .overlay .action_link.active,
.products_list-item_wrapper .media .overlay .action_link:hover {
    background: #efc368;
    color: #fff
}

.products_list-item_wrapper .main {
    padding: 0 30px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff
}

.products_list-item_wrapper .main_title {
    margin: 10px 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: NunitoSans, sans-serif;
    color: #214842;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.products_list-item_wrapper .main_title:focus,
.products_list-item_wrapper .main_title:hover {
    color: #258f67 !important
}

.products_list-item_wrapper .main_table {
    font-size: 14px
}

.products_list-item_wrapper .main_table .list-item .property {
    font-weight: 600;
    color: #214842
}

.products_list-item_wrapper .main_price {
    margin: 15px 0 20px
}

.products_list-item_wrapper .main_price .price {
    color: #214842;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    font-family: NunitoSans, sans-serif
}

.products_list-item_wrapper .main_price .price--old {
    color: #c6c6c6;
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 700
}

@media screen and (min-width:575.99px) {
    .products_list {
        margin: 0 -15px
    }
    .products_list-item {
        padding: 0 15px
    }
    .products_list-item[data-order="3"] {
        margin-bottom: 0
    }
}

@media screen and (min-width:991.99px) {
    .products_list {
        margin: 0 -20px
    }
    .products_list-item {
        margin-bottom: 40px;
        padding: 0 20px
    }
    .products_list-item .main_title {
        margin: 15px 0 10px;
        font-size: 22px
    }
    .products_list-item[data-order="3"] {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1199.99px) {
    .products_list-item,
    .products_list-item[data-order="3"] {
        margin-bottom: 0
    }
}

.promo_banner {
    border-radius: 16px;
    padding: 30px
}

.promo_banner--big {
    color: #fff;
    background: url(../img/banners/banner01.jpg) center/cover no-repeat;
    margin-bottom: 30px
}

.promo_banner--big .promo_banner-header {
    color: inherit
}

.promo_banner--big .btn {
    margin-top: 30px
}

.promo_banner--small {
    min-height: 250px;
    background: url(../img/banners/banner02.jpg) center/cover no-repeat
}

.promo_banner--small .btn,
.promo_banner-text {
    margin-top: 15px
}

@media screen and (min-width:575.98px) {
    .promo_banner--small {
        min-height: 250px
    }
    .promo_banner--small .btn {
        margin-top: 30px
    }
}

@media screen and (min-width:767.98px) {
    .promo_banner--big {
        width: calc(100% - 330px);
        margin-bottom: 0
    }
    .promo_banner--small {
        min-height: 250px;
        width: 300px;
        margin-left: 30px
    }
    .promo_banner-text {
        max-width: 500px
    }
}

@media screen and (min-width:991.98px) {
    .promo_banner {
        padding: 40px
    }
    .promo_banner--big {
        width: unset;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .promo_banner--small {
        width: 428px;
        margin-left: 40px
    }
    .promo_banner-header {
        max-width: 310px
    }
}

