.error_media {
    max-width: 584px;
    max-height: 242px;
    margin: 0 auto 30px
}

.error_main {
    text-align: center
}

.error_main-text {
    margin: 15px 0 30px
}

.recommended {
    position: relative;
    overflow: hidden
}

.recommended_title {
    text-align: center;
    margin-bottom: 30px
}

.recommended_deco {
    position: absolute;
    width: 450px;
    height: 514px;
    z-index: -1;
    left: 62px;
    bottom: 0
}

.recommended_deco-circle {
    width: 324px;
    height: 324px;
    display: block;
    -webkit-filter: blur(135px);
    filter: blur(135px);
    position: absolute
}

.recommended_deco-circle--secondary {
    background: rgba(158, 188, 166, .2);
    top: 0;
    right: 0
}

.recommended_deco-circle--accent {
    background: rgba(239, 195, 104, .1);
    bottom: 0;
    left: 0
}

@media screen and (min-width:991.98px) {
    .recommended_title {
        margin-bottom: 40px
    }
}

.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
    }
}




