

/* Start:/local/templates/o2garden/css/search_page_catalog.css?16710548473429*/
.header_gren {
    background-color: #00773C;
    color: white;
}
.header_bottom button:hover {
    border: 1px solid white;
    background-color: #00773C;
    color: white;
}
.call_leftbg_block {
    position: relative;
}
.call_services_btn {
    bottom: 100px;
}
.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}
.general_title {
    color: black;
}
.catalog_page_title_block {
    margin-bottom: 30px;
}
.search_page_btn_block {
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_product_inp {
    margin-bottom: 15px;
    width: 555px;
    height: 45px;
    background-color: #FFFFFF;
    mix-blend-mode: normal;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 13px 11px;
}
.search_product_inp:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.search_product_inp::placeholder {
    font-family: "NotoSansArmenian_regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #B5B5B5;
}

.search_page_product_btn {
    margin-bottom: 15px;
    width: 263px;
    height: 45px;
    background-color: #00773C;
    border-radius: 0px;
    color: white;
    font-family: "NotoSansArmenian_light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.product_block {
    background-color: #F5FFF8;
}
.discount_product {
    display: none;
}



.filter_for_media_title_block {
    display: flex;
    justify-content: space-between;
}
.num_valute_size {
    display: flex;
    align-items: center;
}
.number_min, .number_max {
    margin-right: 14px;
}
.product_block_photo img {
    width: 100%;
}
.filter_for_media {
    display: none;
}
.catalog_page_right_product {
    justify-content: space-around;
}





.custom-select:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.custom-select {
    margin-bottom: 15px;
    width: 263px;
    height: 45px;
    position: relative;
    font-family: "NotoSansArmenian-light";
    border: 2px solid #F0F0F0;
  }
  .custom-select select {
    display: none;
  }
  .select-selected {
    background-color: transparent;
    padding: 13px 11px;
    font-family: "NotoSansArmenian_regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #B5B5B5;
    cursor: pointer;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #959595 transparent transparent transparent;
  }
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #959595 transparent;
    top: 7px;
  }
  .select-items div, .select-selected {
    color: #959595;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  .select-items {
    position: absolute;
    background-color: #EDEDED;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .select-hide {
    display: none;
  }
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }






/* End */


/* Start:/local/templates/o2garden/css/search_page_catalog_media.css?16699746262198*/
@media screen and (max-width: 1024px) {
    .call_leftbg_block {
        display: none;
    }
}
@media screen and (max-width: 890px) {
    .general_title {
        font-size: 20px;
    }
    .all_page_address a {
        font-size: 10px;
    }
    .all_page_address {
        margin-bottom: 10px;
    }
    .catalog_page_category_block {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        margin-bottom: 35px;
    }
    .catalog_page_category_block a {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .catalog_page_title_block {
        margin-bottom: 21px;
    }
    .filter_for_media {
        display: block;
        margin-right: 14px;
    }
    .filter_for_media_title_block {
        display: flex;
        justify-content: space-between;
    }
    .catalog_page_filter_block{
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        background: white;
        width: 100%;
        height: 100vh;
        background: rgba(0, 119, 60, 0.7);
        transition: all 300ms;
        transform: translate3d(0, -150vh, 0);
    }
    .catalog_page_filter_block_active {
        position: fixed;
        transition: all 300ms;
        transform: translate3d(0, 0, 0);
    }
    .filter_block {
        width: 414px;
        background-color: white;
        height: 100vh;
    }
    .search_page_btn_block {
        flex-direction: column;
    }
    .custom-select {
        width: 555px;
    }
    .search_page_btn_block {
        margin-bottom: 15px;
    }
    .catalog_page_product_filter_block {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 680px) {
    .filter_block_type {
        overflow: auto;
        height: 100vh;
    }
} 
@media screen and (max-width: 605px) {
    .search_product_inp {
        width: 260px;
    }
    .custom-select {
        width: 260px;
      }
} 
@media screen and (max-width: 414px) {
    .filter_block {
        width: 100%;
        background-color: white;
        height: 100vh;
    }
} 

/* End */


/* Start:/local/templates/o2garden/components/bitrix/search.page/template1/style.css?17338323943116*/
.header_gren {
    background-color: #00773C;
    color: white;
}

ll_leftbg_block {
    position: relative;
}
.call_services_btn {
    bottom: 100px;
}
.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}
.general_title {
    color: black;
}
.catalog_page_title_block {
    margin-bottom: 30px;
}
.search_page_btn_block {
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_product_inp {
    margin-bottom: 15px;
    width: 555px;
    height: 45px;
    background-color: #FFFFFF;
    mix-blend-mode: normal;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 13px 11px;
}
.search_product_inp:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.search_product_inp::placeholder {
    font-family: "NotoSansArmenian_regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #B5B5B5;
}

.search_page_product_btn {
    margin-bottom: 15px;
    width: 263px;
    height: 45px;
    background-color: #00773C;
    border-radius: 0px;
    color: white;
    font-family: "NotoSansArmenian_light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.product_block {
    background-color: #F5FFF8;
}
.discount_product {
    display: none;
}



.filter_for_media_title_block {
    display: flex;
    justify-content: space-between;
}
.num_valute_size {
    display: flex;
    align-items: center;
}
.number_min, .number_max {
    margin-right: 14px;
}
.product_block_photo img {
    width: 100%;
}
.filter_for_media {
    display: none;
}
.catalog_page_right_product {
    justify-content: space-around;
}





.custom-select:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.custom-select {
    margin-bottom: 15px;
    width: 263px;
    height: 45px;
    position: relative;
    font-family: "NotoSansArmenian-light";
    border: 2px solid #F0F0F0;
}
.custom-select select {
    display: none;
}
.select-selected {
    background-color: transparent;
    padding: 13px 11px;
    font-family: "NotoSansArmenian_regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #B5B5B5;
    cursor: pointer;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #959595 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #959595 transparent;
    top: 7px;
}
.select-items div, .select-selected {
    color: #959595;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
.select-items {
    position: absolute;
    background-color: #EDEDED;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}





/* End */
/* /local/templates/o2garden/css/search_page_catalog.css?16710548473429 */
/* /local/templates/o2garden/css/search_page_catalog_media.css?16699746262198 */
/* /local/templates/o2garden/components/bitrix/search.page/template1/style.css?17338323943116 */
