

/* Start:/local/templates/o2garden/css/blog_page.css?17146349192917*/
.header_bottom button {
    background-color: white;
    color: #00773C;
}
.header_bottom button:hover {
    border: 1px solid white;
    background-color: #00773C;
    color: white;
}
.bg_left_top {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
} 
.call_leftbg_block {
    position: relative;
}
.call_services_btn {
    bottom: 300px;
}
.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}
.our_section {
    margin-bottom: 47px;
    background-color: #F5FFF8;
    height: 321px;
}
.general_title {
    color: black;
}

.blog_page_news_block {
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
.blog_news_info_block {
    margin-bottom: 69px;
	align-items: center;
}
.news_events_block {
    margin-bottom: 30px;
	margin-right: 3%;
}

.blog_category:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.events_block {
    margin-top: 70px;
    margin-left: 30px;
    background-color: #F5FFF8;
    width: 360px;
    height: 361px;
    box-shadow: 0px 4px 4px rgba(230, 230, 230, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}
.events_block_title {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    
}
.events_day {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    align-items: center;
    width: 100%;
}
.events_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.events_day_title {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}
.events_address_text {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
    margin-bottom: 9px;
}
.events_address_name {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #979797;
}


.news_blog_category_block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog_category {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 263px;
    height: 63px;
    background-color: #F5FFF8;
    border: 1px solid #F5FFF8;
    box-sizing: border-box;
    border-radius: 105px;
    font-family: mardoto_regular !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    transition: all 300ms ease-out;
}
.blog_category:hover {
    color: #00773C;
    transition: all 300ms ease-in;
}

.info_slider_gallery img {
    height: 100%;
}
/* End */


/* Start:/local/templates/o2garden/css/blog_page_media.css?17144901703583*/
@media screen and (max-width: 1200px) {

    .blog_page_news_block .news_events_block{
        width: 80% !important;
    }
}
@media screen and (max-width: 1024px) {
    .general_title {
        font-size: 25px;
    }
    .our_section {
        height: 214px;
        margin-bottom: 30px;
    }
    .call_leftbg_block {
        display: none;
    }
    .cafe_photo_block h2 {
        font-size: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cafe_photo_block {
        margin-bottom: 50px;
    }
	.blog_news_info_block{
        flex-direction: column;
        align-items: center !important;
    }
	.blog_page_news_block{
	  justify-content: space-around;
	}
    .blog_page_news_block .news_events_block{
        width: 320px !important;
    }
    .blog_page_news_block {
        justify-content: space-evenly !important;
    }
    .news_blog_category_block{
		/*overflow: scroll;*/
    }
	.events_block{
	  margin-left: 0px !important;
    }
}
@media screen and (max-width: 990px) {
    .general_title{
        font-size: 24px!important;
    }
	.our_section_general_title_block {
	    justify-content: center;
	    align-items: center;
		padding: 0 !important;
		margin: 0 !important;
} 
    .blog_news_info_block{
        /*flex-direction: column-reverse!important;*/
    }

    .events_block_title{
        width: 100%;
    }
    .events_day_title{
        width: 100%;
    }
    .info_slider_gallery{
        margin-bottom: 50px!important;
    }
    .blog_news_info_block{
        margin-bottom: 30px!important;
    }

}
@media screen and (max-width: 768px) {
    .blog_news_info_block {
        flex-direction: column;
    }
	.news_events_block {
        margin-left: auto;
        margin-right: auto; 
    }
    .events_block {
         /* margin-left: auto;
        margin-right: auto; */
    }
    .news_blog_category_block a {
        margin-left: auto;
        margin-right: auto;
    }
    .blog_category {
        width: max-content;
    }

    .news_blog_category_block a {
        margin-bottom: 0;
    }
    .blog_page_news_block {
        margin-top: 20px;
    }
    .events_block {
        margin-top: 20px;
        width: 260px;
        padding: 14px 10px;
    }
}
@media screen and (max-width: 870px) {
    .news_blog_category_block{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px;
        width:500px;
        /*flex-wrap: wrap;*/
    }
    .wrapper_news_blog_category_box{
        display: flex;
        justify-content: space-between;
        align-items: flex-start ;
    }
    .blog_gallery_category{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 680px) {
    .blog_page_news_block .news_events_block{
        width: 100% !important;
    }
	.blog_page_news_block{
	   flex-direction: column !important;
       align-items: center !important;
    }
}
@media screen and (max-width: 600px) {

    .news_blog_category_block{
        width: 413px;
    }

    .blog_gallery_category{
        margin-right: 10% !important;
    }
    .photo_cafe_block {
        width: 177px;
        height: 177px;
    }
    .cafe_page_info_text {
        font-size: 12px;
    }
    .general_title {
        font-size: 16px;
    }

}
@media screen and (max-width: 414px) {
    .events_block {
        width: 90%;
    }
    .news_blog_category_block {

        display: flex !important;
        column-gap: 24px;
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
        justify-content: flex-start !important;

    }
}

/* End */


/* Start:/local/templates/o2garden/components/bitrix/news.list/blog-template/style.css?17144865557023*/
top.header_gren {
    background-color: #00773C;
    color: white;
}

.bg_left_top {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
}

.call_leftbg_block {
    position: relative;
}

.call_services_btn {
    bottom: 300px;
}

.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}

.our_section {
    background-color: rgba(0, 0, 0, 0.3);;
    height: 376px;
    margin-bottom: 48px !important;
}

.our_section img {
    height: 100%;
}

.general_title {
    color: #FFFFFF !important;
}

.blog_page_news_block {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.blog_news_info_block {
    margin-bottom: 69px;
}

.news_events_block {
    margin-bottom: 30px;
}

.blog_category:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}

.events_block {
    margin-top: 10px;
    margin-left: 30px;
    background-color: #F5FFF8;
    width: 410px;
    height: 410px;
    box-shadow: 20px 20px 20px 15px rgb(211 208 208 / 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}

.events_block_title {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    width: 300px;
}

.events_day {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    align-items: center;
    width: 100%;
}

.events_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.events_day_title {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}

.events_address_text {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
    margin-bottom: 9px;
}

.events_address_name {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #979797;
}


.news_blog_category_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}

.blog_category {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 263px;
    height: 63px;
    background-color: #F5FFF8;
    border: 1px solid #F5FFF8;
    box-sizing: border-box;
    border-radius: 105px;
    font-family: mardoto_regular !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    transition: all 300ms ease-out;
}

.blog_category:hover {
    color: #00773C;
    transition: all 300ms ease-in;
}

.blog_category span {
    margin-right: 16px;
}

.blog_category .blog_category_name {
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
}

.slider_img {
    width: 262px;
    height: 198px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.info_slider_gallery {
    margin-bottom: 150px;
}

.event_info {
    width: 100%;

}

.event_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #000000;

}

.event_blog_img {
    display: flex;
    height: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.event_img {
    width: 80px;
    height: 80px;
    border: 1px solid green;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 10px;
}

.event_name {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}

.event_name:hover {
    color: #026226;
}

.event_link div:hover {
    color: #026226;
}

.event_link div:hover {
    color: #026226;
}

.event_time {
    display: flex;
    flex-direction: column;
    font-family: "mardoto_regular";
    font-style: normal;
    font-weight: bold;
    text-align: center;
    width: 50px;
    font-size: 17px;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    margin-right: 4px;
}

.event_location {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
}

.event_info:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.event_time_day {
    font-size: 30px;
    margin-top: 15px;
}

.blog_news_info_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.blog_gallery_category {
    margin-right: 11%;
}

.wrapper_news_blog_category_box {
    display: flex;
    justify-content: space-between;
}

.events-review {
    margin-top: 65px;
}

.gallery_pop_up_back {
    display: none;
    position: fixed;
    z-index: 100;
    /*justify-items: center;*/
    justify-content: center;
    padding: 10px;
    align-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.gallery_pop_up_main {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-rows: max-content 1fr;
    height: 592px;
    width: 1000px;
    padding: 30px;
}

.arrows_div {
    display: flex;
    height: max-content;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2%;
    cursor: pointer;
    z-index: 1;
}

.pop_up_arrows {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.pop_up_arrows:hover {
    background-color: #e4e3e3;
    scale: 1.2;
}

.remove_button_pop_up {
    display: flex;
    justify-content: end;
    width: 100%;
    height: max-content;
    cursor: pointer;
    z-index: 1;
}


.remove_button_pop_up img {
    height: 40px;
    width: 40px;
}

.remove_button_pop_up img:hover {
    scale: 1.2;
}


.current_img_pop_up {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.checked {
    color: white !important;
    background-color: #026226 !important;
}


@media only screen and (max-width: 1078px) {
    .wrapper_news_blog_category_box {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .gallery_pop_up_back {
        justify-content: normal;
    }

    .gallery_pop_up_main {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cafe_page_photo {
        grid-template-columns: 1fr 1fr !important;
    }

    .gallery_pop_up_main {
        width: 100% !important;
        height: 400px !important;
    }

    .gallery_pop_up_main {
        padding: 10px;
    }

    .gallery_pop_up_back {
        padding: 10px;
        justify-content: normal;
    }
}

@media screen and (max-width: 552px) {
    /*.gallery_pop_up_main {*/
    /*    height: 250px !important;*/
    /*}*/
}




/* End */


/* Start:/local/templates/o2garden/components/bitrix/news.list/news_list/style.css?17144880868843*/
.header_gren {
    background-color: #00773C;
    color: white;
}

.bg_left_top {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
}

.call_leftbg_block {
    position: relative;
}

.call_services_btn {
    bottom: 300px;
}

.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}

.our_section {
    background-color: rgba(0, 0, 0, 0.3);;
    height: 376px;
    margin-bottom: 48px !important;
}

.our_section img {
    height: 100%;
}

.general_title {
    color: #FFFFFF !important;
}


.blog_category:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}

.events_block {
    margin-top: 70px;
    margin-left: 30px;
    background-color: #F5FFF8;
    width: 360px;
    height: auto;
    box-shadow: 20px 20px 20px 15px rgb(211 208 208 / 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}

.events_block_title {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
}

.events_day {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    align-items: center;
    width: 100%;
}

.events_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.events_day_title {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}

.events_address_text {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
    margin-bottom: 9px;
}

.events_address_name {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #979797;
}


/*.news_blog_category_block {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    column-gap: 24px;*/
/*}*/

.blog_category {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 263px;
    height: 63px;
    background-color: #F5FFF8;
    border: 1px solid #F5FFF8;
    box-sizing: border-box;
    border-radius: 105px;
    font-family: mardoto_regular !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    transition: all 300ms ease-out;
}

.blog_category:hover {
    color: #00773C;
    transition: all 300ms ease-in;
}

.blog_category span {
    margin-right: 16px;
}

.blog_category .blog_category_name {
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
}

.slider_img {
    width: 262px;
    height: 198px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.info_slider_gallery {
    margin-bottom: 150px;
}


.event_blog_img {
    display: flex;
    height: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    text-align: initial;
}

.event_description {
    font-size: 15px;
}

.event_time {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    text-align: center;
    border: 1px solid #026226;
    width: 50px;
    font-size: 15px;
    transform: rotate(327deg);
    text-transform: capitalize;
    color: #000000;
    position: relative;
    right: 8px;
    margin-top: 22px;
    margin-right: 10px;

}

.event_location {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
}

.events-review {
    float: left;
    display: inline-block;
}

.header_gren {
    background-color: #00773C;
    color: white;
}

.bg_left_top {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
}

.call_leftbg_block {
    position: relative;
}

.call_services_btn {
    bottom: 300px;
}

.bg_left_bottom {
    position: absolute;
    bottom: -100px;
}

.our_section {
    background-color: rgba(0, 0, 0, 0.3);;
    height: 376px;
    margin-bottom: 48px !important;
}

.our_section img {
    height: 100%;
}

.general_title {
    color: #FFFFFF !important;
}

.blog_page_news_block {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog_news_info_block {
    margin-bottom: 69px;
}

.news_events_block {
    margin-bottom: 30px;
}

.blog_category:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}

.events-review .events_block {
    margin-top: 0;
    margin-left: 0;
    background-color: #F5FFF8;
    max-width: 440px;
    height: 410px;
    box-shadow: 20px 20px 20px 15px rgb(211 208 208 / 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 228px 27px;
    margin-bottom: 90px;
}

.events-review .events_block_title {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 33px;
    padding-top: 15px;
}

.events_day {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    align-items: center;
    width: 100%;
}

.events_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.events_day_title {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
}

.events_address_text {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
    margin-bottom: 9px;
}

.events_address_name {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #979797;
}


.news_blog_category_block {
    display: flex;
    justify-content: flex-start;
    column-gap: 24px;
}

.blog_category {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 263px;
    height: 63px;
    background-color: #F5FFF8;
    border: 1px solid #F5FFF8;
    box-sizing: border-box;
    border-radius: 105px;
    font-family: mardoto_regular !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    transition: all 300ms ease-out;
}

.blog_category:hover {
    color: #00773C;
    transition: all 300ms ease-in;
}

.blog_category span {
    margin-right: 16px;
}

.blog_category .blog_category_name {
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
}

.slider_img {
    width: 262px;
    height: 198px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.info_slider_gallery {
    margin-bottom: 150px;
}

.event_info {
    width: 100%;
    padding-bottom: 20px;
}

.event_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #000000;

}

.event_blog_img {
    display: flex;
    height: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.event_img {
    width: 80px;
    height: 80px;
    border: 1px solid green;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 10px;
}

.event_name {
    font-family: "NotoSansArmenian-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.event_name:hover {
    color: #026226;
}

.event_link div:hover {
    color: #026226;
}

.event_link div:hover {
    color: #026226;
}

.events-review .event_time {
    font-family: "mardoto_regular";
    font-style: normal;
    font-weight: bold;
    text-align: center;
    border: none;
    width: 50px;
    font-size: 17px;
    transform: rotate(0);
    text-transform: capitalize;
    color: #000000;
    position: relative;
    /* right: 8px; 
    margin-top: 22px;*/
    margin-right: 4px;

}

.event_location {
    font-family: "NotoSansArmenian-Light";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #979797;
}


.event_info:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.event_time_day {
    font-size: 28px;
}

@media (max-width: 767px) {
    .events-review .event_time {
        font-size: 15px;
    }

    .events-review .event_time > .event_time_day {
        font-size: 26px;
    }

    .event_img {
        width: 70px;
        height: 70px;
    }

    .event_name {
        font-size: 15px;
    }

    .event_description {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/o2garden/css/blog_page.css?17146349192917 */
/* /local/templates/o2garden/css/blog_page_media.css?17144901703583 */
/* /local/templates/o2garden/components/bitrix/news.list/blog-template/style.css?17144865557023 */
/* /local/templates/o2garden/components/bitrix/news.list/news_list/style.css?17144880868843 */
