.catalog.item-views.table {
    padding-top: 50px;
}

/* catalog item-views table (Секция каталога) [start]*/
.catalog.item-views.table .item {
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}

.catalog.item-views.table .item:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05) !important;
}

.catalog.item-views.table .item .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.03em;
    text-align: left;
    padding-right: 15px;
}

.catalog.item-views.table .item:hover .title a.color_link {
    color: #333 !important;
}

.catalog.item-views.table a.color_link:hover {

}

.catalog.item-views.table .item > div {
    height: auto;
}

.item-views.table .item .image a {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.item-views.table .item .image img {
    max-height: none !important;
    max-width: none !important;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.catalog.item-views.table .item .image {
    height: 360px;
    overflow: hidden;
    flex-shrink: 0;
}

.catalog.item-views.table .item .text {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 33px 40px 30px 40px !important;


}

.catalog.item-views.table .item .text_colum.prices_colum {
    align-self: flex-end;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-direction: column;
    /* align-items: stretch; */

    justify-content: space-between;
}
.catalog.item-views.table .item .text_colum.prices_colum .price
{ margin-bottom: 10px;}
.catalog.item-views.table .item:hover .text_colum.prices_colum {
    height: 100%;
    margin-bottom: 0px;
}

.catalog.item-views.table .item:hover .text {
    overflow: visible;
}

.catalog.item-views.table .item:hover .image {

}

.catalog.item-views.table .text_colum {

}

.catalog.item-views.table .item:hover .catalog-item__more {
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    background: #5BAA00;
    border-radius: 3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    padding: 0 35px;


}

.catalog-item__more {
    display: none;
    transition: 0.2s;
}

a.catalog-item__more {

}

.catalog.item-views.table .item .footer_button {
    margin: 0 !important;
    align-self: flex-end;
}

.catalog.item-views.table .item .footer_button .char {
    display: flex;
}

.catalog.item-views.table .item .footer_button .char > div {
    margin-right: 15px;
    line-height: 22px;
}

.catalog.item-views.table .item .cont {
    margin-bottom: 20px;
}

.catalog.item-views.table .price_val {
    white-space: nowrap;
}

.catalog.item-views.table .price .price_old, .catalog.item-views.table .price .price_old .price_val {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: right;
    letter-spacing: -0.03em;
    color: #5BAA00 !important;

}

.catalog.item-views.table .item .foot-square, .footer_button .char .char_item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* or 100% */
    color: #000000;
}

.catalog.item-views.table .item .foot-square sup {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    top: -3px;
    left: 1px;
}

.catalog.item-views.table .footer_button .char .char_item.SLEEP_ROOM:before {
    content: "";
    display: block;
    background: url("images/ico_bad.svg") no-repeat;
    width: 28px;
    height: 20px;
    float: left;
    margin: 0px 6px 0 0px;
}

.catalog.item-views.table .foot-square sup {

}

.footer_button .char .char_item.BATH_ROOM:before {
    content: "";
    display: block;
    background: url("images/ico_shower.svg ") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 6px 0 0px;
}

.catalog.item-views.table .item .foot-square:before {
    content: "";
    display: block;
    background: url("images/ico_area.svg ") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 6px 0 0px;
}

.catalog.item-views .item .price .price_new .price_val {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #000000;
}

.catalog.item-views.table .item .price {
    padding: 0;
}

.catalog.item-views.table .item .foot {
    margin: 15px auto 10px !important;
}

.catalog.item-views.table .item:hover .footer_button {

}

.catalog__more {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.catalog__more .show-else {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    /* identical to box height, or 133% */
    color: #2B2B2B !important;
    background: #FFFFFF;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 27px;
    cursor: pointer;
}

.catalog__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

pagination-list__item:not(:last-child) {
    margin-right: 10px;
}

.pagination-list__item--active {
    background: #5BAA00;
    border-color: #5BAA00;
    color: #fff;
}

.pagination-list__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity__dropdown {
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    width: 90px;
    height: 50px;
    padding-left: 20px;
    text-align: left;
    padding-right: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.dropdown-menu > li {
    padding: 0 20px;
    font-size: 12px;
}

.dropdown-menu > li:hover {
    background-color: #EFF7E6;
    cursor: pointer;
    border-radius: 3px;
}

.dropdown-menu.dropdown-menu-checkbox > li:hover {
    background: transparent;
    cursor: pointer;
    color: #fff;
}

.filter-dropdown__toggle::after {
    position: absolute;
    right: 25px;
    top: 20px;
}

.open > .filter-dropdown__toggle::after {
    top: 23px;
}

.quantity__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    margin-right: 46px;
}

.catalog__more .show-else:hover {
    background: #EFF7E6;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 3px;
}

.wrap_pagination {
    display: flex;
}


.catalog__pagination .pagination a, .catalog__pagination .pagination span {

    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    justify-content: center;
    align-items: center;
 }
.catalog__pagination .pagination a
{
    background: #fff;
    border: 1px solid #C0C0C0 !important;
}
.catalog__pagination .pagination li.active + li a, .catalog__pagination .pagination li.active + li span, .catalog__pagination .pagination li:hover + li a, .catalog__pagination .pagination li:focus + li span, .catalog__pagination .pagination li:focus + li a, .catalog__pagination .pagination li:hover + li span {
  /*  border-left: transparent;*/
}

.catalog__pagination .pagination .next a, .catalog__pagination .pagination .next a:active, .catalog__pagination .pagination .next a:focus, .catalog__pagination .pagination .prev a, .catalog__pagination .pagination .prev a:active, .catalog__pagination .pagination .prev a:focus {
    /*background: #fff !important;*/
}

.catalog__pagination .pagination span {
    color: #FFF;
  /*  border: 1px solid #5baa00 !important;
    border-left-color: #5baa00 !important;*/
}

.catalog__pagination .pagination {
    position: relative;
    display: flex;


}

.catalog__pagination .pagination > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

}

.open > .filter-dropdown__toggle::after {
    transform: rotate(
            45deg
    );
}

.filter-dropdown__toggle::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1.5px solid #A3A3A3;
    border-left: 1.5px solid #A3A3A3;
    transform: rotate(
            -135deg
    );
    transition: 0.2s;
}

.catalog__pagination .dropdown-menu {
    min-width: 100%;
    padding: 10px;
}
.catalog__pagination .dropdown-menu > li
 {
     padding: 10px 20px;
 }
.catalog__pagination .dropdown-menu > li:focus
{
    border: none;
}
.meeting__title
{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    color: #515151;
}
.meeting__description
{
    margin-bottom: 100px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    overflow: hidden;
    display: block;
}
@media (max-width: 991.98px) {
    .catalog.item-views.table .item .image {
        height: 244px !important;
    }

    .catalog.item-views.table .row {
        margin-left: 0;
        margin-right: 0
    }

    .catalog.item-views.table .item:hover .catalog-item__more {
        display: none !important;
    }

    .catalog.item-views.table .item .title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .catalog.item-views.table .text_colum {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .catalog.item-views.table .item .text {
        padding: 20px 16px 14px 16px !important
    }

    .catalog.item-views.table .item .text_colum.prices_colum {
        align-self: stretch;
        margin-top: 0px;
        height: 100%;
        padding: 4px 0 4px;
    }

    .catalog.item-views.table .item .foot-square, .footer_button .char .char_item {
        font-size: 14px;
    }

    .catalog.item-views.table .item .foot-square:before, .catalog.item-views.table .footer_button .char .char_item.SLEEP_ROOM:before, .footer_button .char .char_item.BATH_ROOM:before {
        background-size: 80%;
        margin: 0
    }

    .catalog.item-views.table .item .footer_button .char > div {
        margin-right: 15px;
        line-height: 18px;
    }

    .catalog.item-views .item .price .price_new {
        padding-bottom: 0px;
    }

    .catalog.item-views .item .price .price_new .price_val {
        font-size: 24px;
    }

    .catalog.item-views.table .price .price_old, .catalog.item-views.table .price .price_old .price_val {
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
    }

    .wrap_stickers .stickers {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .catalog.item-views.table .item .cont {
        margin-bottom: 0;
    }

    .catalog.item-views.table .item .foot {
        margin: 0px 0 5px !important;
        min-height: auto;
    }

    .meeting__description
    {
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 60px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .catalog.item-views.table .item .text_colum.prices_colum .price
    {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 775px) {
    #dropdownSLEEP_ROOM:before {
        content: "";
        display: block;
        background: url(images/ico_bad.svg) no-repeat;
        background-size: 84%;
        width: 28px;
        height: 20px;
        float: left;
        margin: 3px 10px 0 0px;
    }

    #dropdownBATH_ROOM:before {
        content: "";
        display: block;
        background: url(images/ico_shower.svg) no-repeat;
        background-size: 84%;
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px 10px 0 0px;
    }
    .catalog.item-views.table .item .text_colum.prices_colum {
        align-self: flex-end;
    }
    .catalog.item-views.table .item .text
    { text-align: left !important; }
    .catalog.item-views.table .item .title
    { margin-bottom: 0 !important}
    .catalog.item-views.table .item .text_colum.prices_colum .price
    { margin-bottom: 0}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .catalog.item-views.table .item .title {
        font-size: 18px;
    }

    .catalog.item-views .item .price .price_new .price_val {
        font-size: 24px;
    }

    .catalog.item-views.table .item .image {
        height: auto !important;
    }

}


@media screen and (max-width: 575.9px) {
    /* .catalog.item-views.table .item .foot {
         flex-wrap: wrap;
         text-align: center;
     }
 */
    .catalog.item-views.table .item .image {
        height: auto !important;
    }

    .catalog.item-views.table .item .title {
        font-size: 16px;
    }

    .catalog.item-views.table .item .foot-square {
        margin: 0;
    }

    .catalog.item-views.table .item .price {
        width: 100%;
    }

    .catalog.item-views.table .item .cont {
        margin-bottom: 0px;
    }

    .catalog.item-views.table .item img {
        width: 100%;
    }

    .catalog.item-views .item .price .price_new .price_val {
        font-size: 20px;
    }

    .catalog.item-views.table .item .title {
        font-size: 16px;
    }

    .catalog.item-views.table .section_name {
        font-size: 11px
    }

    .catalog.item-views.table .item .text_colum.prices_colum {
        margin-bottom: 0;
    }

    .catalog__pagination {
        display: none;
    }

    .catalog.item-views.table .item .foot-square:before, .catalog.item-views.table .footer_button .char .char_item.SLEEP_ROOM:before, .footer_button .char .char_item.BATH_ROOM:before {
        background-size: 70%;
    }

    .catalog.item-views.table .item .footer_button .char > div {
        margin-right: 12px;
        line-height: 13px;
    }

    .catalog.item-views.table .item .text_colum.prices_colum {
        padding: 0px 0 7px;
    }

    .catalog.item-views.table .item .title {
        padding-bottom: 0;
    }

    .item-views .item .section_name {
        padding-top: 0px;
        padding-bottom: 6px;
    }
    .inner_catalog_page h1 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 1921px) and (max-width: 3999px) {
    .review-object-slide.huge {
        display: none;
    }
    .review-object-slide.orig {
        display: block;
    }
}