

/* 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.detail/news_detail/style.css?156283882028579*/
h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
	-webkit-font-smoothing: antialiased;
}

.framed .layout {
	background-color: #f2f2f2;
}
span.news-date-time {
	margin-bottom: 20px;
	display: inline-block;
}
.framed .container-header,
.framed .container-main-nav,
.framed .container-footer {
	background-color: #ffffff;
}

.ie8 .video-player {
	display: none !important;
}

.ie8 .text-page {
	background-color: #f2f2f2;
}

.ie8 .text-page.bottomShadow {
	box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.ie8 .text-page.white-side {
	background-color: #ffffff;
}

.ie8 .text-page .contents {
	width: 900px;
	padding: 0 30px 10px;
	background-color: #ffffff;
}

.ie8 .text-page .contents.marginTop {
	margin-top: 20px;
	padding-top: 20px;
}

.ie8 .text-page .slider__text.right .description {
	width: 210px;
}

.ie8 .text-page .slider__text.right .image {
	width: 660px !important;
}

.ie8 .text-page .tabs-head {
	background: none;
	border: 0;
	height: 47px;
	width: 960px;
	margin: 0 auto;
}

.ie8 .text-page .tabs-head .contents {
	background: #fefefe;
	background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );
}

.ie8 .text-page .tabs-head .tab-head {
	color: #666666;
	font: 16px/25px 'Corpid', sans-serif;
	text-transform: uppercase;
}
.container-white {
	margin-top: 13px;
}
.ie8 .text-page .tabs-head .tab-head[data-open="true"] {
	border-top: 0;
	-webkit-border-image: url(/local/templates/o2garden/components/bitrix/news.detail/news_detail/../images/plan-tabs-divider.png);
}

.ie8 .text-page.container-gray-shadow {
	box-shadow: none;
}

.ie8 .text-page.container-gray-shadow .contents {
	background-color: #f2f2f2;
}

.text-page .contents {
	margin: 0 auto;
}

.text-page .tabs-text {
	margin-bottom: 40px;
}

.text-page,
.text-popup-contents {
	color: #333333;
	overflow: hidden;
}

.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-popup-contents h1,
.text-popup-contents h2,
.text-popup-contents h3,
.text-popup-contents h4 {
	font-family: 'Corpid', sans-serif;
	-webkit-font-smoothing: antialiased !important;
}

.text-page h1,
.text-popup-contents h1 {
	font-size: 34px;
	font-weight: 200;
	margin-top: 0;
}

.text-page h2,
.text-popup-contents h2 {
	font-size: 28px;
	font-weight: 300;
	margin-top: 0;
}

.text-page h3,
.text-popup-contents h3 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
}

.text-page h3.hide-head,
.text-popup-contents h3.hide-head {
	border-top: 1px solid #ededed;
	margin: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	cursor: pointer;
}

.text-page h3.hide-head:after,
.text-popup-contents h3.hide-head:after {
	content: " ";
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -786px -547px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.text-page h3.hide-head:hover:after,
.text-popup-contents h3.hide-head:hover:after {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -739px -547px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.text-page h3.hide-head[data-open="true"]:after,
.text-popup-contents h3.hide-head[data-open="true"]:after {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -124px -576px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.text-page h3.hide-head[data-open="true"]:hover:after,
.text-popup-contents h3.hide-head[data-open="true"]:hover:after {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -444px -336px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.text-page h3.hide-head:first-child,
.text-popup-contents h3.hide-head:first-child {
	border-top: none;
}

.text-page h4,
.text-popup-contents h4 {
	color: #eb1c23;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	text-decoration: none;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
	.text-popup-contents h4.mbt0 {
		margin-bottom: 0;
		margin-top: 0;
	}

	.text-popup-contents h4.mt0 {
		margin-top: 0;
	}

	.text-popup-contents h4.mb0 {
		margin-bottom: 0;
	}
}

.text-page a,
.text-popup-contents a {
	text-decoration: none;
}

.text-page p,
.text-popup-contents p {
	color: #333333;
	font: 14px/20px 'Corpid', sans-serif;
}

.text-page p a[href],
.text-popup-contents p a[href] {
	color: #eb1c23;
	text-decoration: underline;
}

.text-page p.gray-text,
.text-popup-contents p.gray-text {
	font: 12px/18px 'Corpid', sans-serif;
	color: #999999;
}

.text-page ul,
.text-page ol,
.text-popup-contents ul,
.text-popup-contents ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

.text-page ul li,
.text-page ol li,
.text-popup-contents ul li,
.text-popup-contents ol li {
	font: 14px/20px 'Corpid', sans-serif;
	padding-bottom: 6px;
}

.text-page ul.col li,
.text-page ol.col li,
.text-popup-contents ul.col li,
.text-popup-contents ol.col li {
	color: #999999;
	font: 13px/16px 'Corpid', sans-serif;
	float: left;
	padding-bottom: 10px;
	width: 50%;
}

.text-page ul.col:after,
.text-page ol.col:after,
.text-popup-contents ul.col:after,
.text-popup-contents ol.col:after {
	clear: both;
	content: " ";
	display: block;
}

.text-page ol,
.text-popup-contents ol {
	list-style: none;
	counter-reset: li;
	margin: 0;
}

.text-page ol li:before,
.text-popup-contents ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #eb1c23;
	margin-right: 20px;
}

.text-page .blockquote,
.text-popup-contents .blockquote {
	margin-left: 0px;
	border-left: 4px solid #eb1c23;
	padding: 1px 24px;
}

.text-page .blockquote p,
.text-popup-contents .blockquote p {
	color: #666666;
	font: 16px/25px 'Corpid', sans-serif;
}

.text-page .blockquote p.source,
.text-popup-contents .blockquote p.source {
	color: #333333;
	font: 12px/20px 'Corpid', sans-serif;
}

.text-page .blockquote p.source:before,
.text-popup-contents .blockquote p.source:before {
	content: "\2012\2000";
}

.text-page .shadow-line,
.text-popup-contents .shadow-line {
	width: 100%;
	height: 7px;
	background: url(/local/templates/o2garden/components/bitrix/news.detail/news_detail/../images/shadow-center.png) no-repeat 50% 0;
	background-size: contain;
	margin-bottom: 20px;
}

.text-page figure,
.text-popup-contents figure {
	margin: 0;
	padding: 0 0 10px 0;
}

.text-page figure .video,
.text-popup-contents figure .video {
	position: relative;
}

.text-page figure .video video,
.text-popup-contents figure .video video {
	width: 100%;
	margin: 10px 0;
}

.text-page figure .video .play,
.text-popup-contents figure .video .play {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -398px 0px;
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	cursor: pointer;
}

.text-page figure figcaption,
.text-popup-contents figure figcaption {
	font: 13px/18px 'Corpid', sans-serif;
	color: #666666;
}

.text-page .slider__text,
.text-popup-contents .slider__text {
	padding-bottom: 16px;
}

.text-page .slider__text:after,
.text-popup-contents .slider__text:after {
	clear: both;
	display: block;
	content: " ";
}

.text-page .slider__text .controls,
.text-popup-contents .slider__text .controls {
	margin-bottom: 10px;
}

.text-page .slider__text .controls .left,
.text-popup-contents .slider__text .controls .left {
	display: inline-block;
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -773px -448px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	vertical-align: top;
	margin-right: 8px;
}

.text-page .slider__text .controls .right,
.text-popup-contents .slider__text .controls .right {
	display: inline-block;
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -318px -194px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	vertical-align: top;
	margin-left: 8px;
}

.text-page .slider__text .controls .numbers,
.text-popup-contents .slider__text .controls .numbers {
	display: inline-block;
	font: 22px 'Corpid', sans-serif;
	vertical-align: top;
	margin-top: -2px;
}

.text-page .slider__text.right .image,
.text-popup-contents .slider__text.right .image {
	border: 1px solid #ebebeb;
	margin-right: 20px;
	float: left;
}

.text-page .slider__text.right .image img,
.text-popup-contents .slider__text.right .image img {
	width: 100%;
	display: none;
}

.text-page .slider__text.right .image img.show,
.text-popup-contents .slider__text.right .image img.show {
	display: block;
}

.text-page .slider__text.right .description,
.text-popup-contents .slider__text.right .description {
	float: left;
	font: 13px/18px 'Corpid', sans-serif;
}

.text-page .slider__text.right .description .description__header,
.text-popup-contents .slider__text.right .description .description__header {
	font: 18px/46px 'Corpid', sans-serif;
}

.text-page .hide-head,
.text-popup-contents .hide-head {
	cursor: pointer;
}

.text-page .hide-head[data-open="true"] + .hide-text,
.text-popup-contents .hide-head[data-open="true"] + .hide-text {
	display: block;
}

.text-page .hide-text,
.text-popup-contents .hide-text {
	display: none;
}

.text-page .column-2 .column-item,
.text-popup-contents .column-2 .column-item {
	width: 50%;
	float: left;
}

.text-page .column-2:after,
.text-popup-contents .column-2:after {
	clear: both;
	display: block;
	content: " ";
}

.text-page .files li,
.text-popup-contents .files li {
	list-style: none;
	position: relative;
}

.text-page .files li.pdf:before,
.text-popup-contents .files li.pdf:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -776px -361px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li.zip:before,
.text-popup-contents .files li.zip:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -706px -361px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li.doc:before,
.text-popup-contents .files li.doc:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -765px -324px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li.xls:before,
.text-popup-contents .files li.xls:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -769px -396px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li.mp3:before,
.text-popup-contents .files li.mp3:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -438px -70px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li.ppt:before,
.text-popup-contents .files li.ppt:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -736px -324px;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

.text-page .files li p,
.text-popup-contents .files li p {
	margin: 0;
	padding: 0 0 0 40px;
	color: #999999;
	font-size: 12px;
}

.text-page .files li p a,
.text-popup-contents .files li p a {
	font-size: 14px;
}

.text-page .files li:before,
.text-popup-contents .files li:before {
	top: 5px;
	content: " ";
	display: inline-block;
	position: absolute;
}

.text-page .block-border,
.text-popup-contents .block-border {
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin: 40px 0;
}

.text-page .block-border p,
.text-popup-contents .block-border p {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.text-page table,
.text-popup-contents table {
	width: 100%;
	margin-bottom: 30px;
}

.text-page table thead td,
.text-popup-contents table thead td {
	color: #666666;
	font: 14px/18px 'Corpid', sans-serif;
	font-weight: bold;
	padding: 16px;
	border-top: 3px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fcfcfc;
}

.text-page table tbody td,
.text-popup-contents table tbody td {
	font: 13px/18px 'Corpid', sans-serif;
	color: #000000;
	padding: 16px;
	border-bottom: 1px solid #ededed;
}

.text-page table tbody tr:nth-child(even),
.text-popup-contents table tbody tr:nth-child(even) {
	background-color: #fcfcfc;
}

.text-page .table-for-phone .hide-head,
.text-popup-contents .table-for-phone .hide-head {
	font: 15px/34px 'Corpid', sans-serif;
	text-transform: uppercase;
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7 1%, #ffffff 18px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	padding: 4px 20px;
}

.text-page .table-for-phone .hide-head[data-open="true"] .contents:before,
.text-popup-contents .table-for-phone .hide-head[data-open="true"] .contents:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -28px -599px;
	background-repeat: no-repeat;
	width: 15px;
	height: 13px;
}

.text-page .table-for-phone .hide-head .contents:before,
.text-popup-contents .table-for-phone .hide-head .contents:before {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -142px -599px;
	background-repeat: no-repeat;
	width: 15px;
	height: 13px;
	content: " ";
	displaY: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	margin-top: -6px;
}

.text-page .table-for-phone .hide-text td,
.text-popup-contents .table-for-phone .hide-text td {
	color: #000000;
}

.text-page .table-for-phone .hide-text td .h,
.text-popup-contents .table-for-phone .hide-text td .h {
	color: #666666;
}

.text-page .tabs-head,
.text-popup-contents .tabs-head {
	height: 46px;
	border-bottom: 1px solid #e6e6e6;
	background: #fefefe;
	background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );
}

.text-page .tabs-head .tab-head,
.text-popup-contents .tabs-head .tab-head {
	padding: 16px 30px 0;
	font: 16px/20px 'Corpid', sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
	height: 31px;
	cursor: pointer;
}

.text-page .tabs-head .tab-head[data-open="true"],
.text-popup-contents .tabs-head .tab-head[data-open="true"] {
	background-color: #ffffff;
	padding: 10px 30px 0;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

.text-page .tab-head-mobile,
.text-popup-contents .tab-head-mobile {
	padding: 14px 0;
	color: #333333;
	font: 16px/20px 'Corpid', sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-top: 1px solid #f2f2f2;
}

.text-page .tab-head-mobile[data-open="true"],
.text-popup-contents .tab-head-mobile[data-open="true"] {
	border-bottom: 1px solid #f2f2f2;
}

.text-page .tab-head-mobile[data-open="true"] .contents:after,
.text-popup-contents .tab-head-mobile[data-open="true"] .contents:after {
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -249px -150px;
	background-repeat: no-repeat;
	width: 10px;
	height: 5px;
}

.text-page .tab-head-mobile .contents,
.text-popup-contents .tab-head-mobile .contents {
	position: relative;
}

.text-page .tab-head-mobile .contents:after,
.text-popup-contents .tab-head-mobile .contents:after {
	content: " ";
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -792px -188px;
	background-repeat: no-repeat;
	width: 10px;
	height: 5px;
	display: inline-block;
	top: 10px;
	right: 0;
	position: absolute;
}

.text-page .tab-text h5,
.text-popup-contents .tab-text h5 {
	font: 18px/30px 'Corpid', sans-serif;
	color: #eb1c23;
	font-weight: 300;
	margin: 18px 0;
}

.text-page .tab-text p,
.text-popup-contents .tab-text p {
	padding-right: 50px;
	font: 14px/20px 'Corpid', sans-serif;
}

.text-page .tab-text .hide-head,
.text-popup-contents .tab-text .hide-head {
	font: 14px/20px 'Corpid', sans-serif;
	color: #eb1c23;
	cursor: pointer;
	margin-bottom: 15px;
}

.text-page .tab-text .hide-text p,
.text-page .tab-text .hide-text li,
.text-popup-contents .tab-text .hide-text p,
.text-popup-contents .tab-text .hide-text li {
	font: 14px/20px 'Corpid', sans-serif;
	list-style-type: none;
}

.text-page .tab-text .hide-text li:before,
.text-popup-contents .tab-text .hide-text li:before {
	color: #eb1c23;
	content: "\2022";
	padding-right: 10px;
}

.text-page a.icon-link,
.text-popup-contents a.icon-link {
	display: inline-block;
	margin-left: 6px;
}

.text-page a.icon-link .icon.question,
.text-popup-contents a.icon-link .icon.question {
	position: relative;
	top: 3px;
	display: inline-block;
	background-image: url('/local/templates/.default/images/sprite-icons.png');
	background-position: -192px -576px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.text-page .line-gray,
.text-popup-contents .line-gray {
	border-bottom: 2px solid #ededed;
	padding-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {

	.text-page h3.hide-head:after,
	.text-popup-contents h3.hide-head:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page h3.hide-head:hover:after,
	.text-popup-contents h3.hide-head:hover:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page h3.hide-head[data-open="true"]:after,
	.text-popup-contents h3.hide-head[data-open="true"]:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page h3.hide-head[data-open="true"]:hover:after,
	.text-popup-contents h3.hide-head[data-open="true"]:hover:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page figure .video .play,
	.text-popup-contents figure .video .play {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .slider__text .controls .left,
	.text-popup-contents .slider__text .controls .left {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .slider__text .controls .right,
	.text-popup-contents .slider__text .controls .right {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.pdf:before,
	.text-popup-contents .files li.pdf:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.zip:before,
	.text-popup-contents .files li.zip:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.doc:before,
	.text-popup-contents .files li.doc:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.xls:before,
	.text-popup-contents .files li.xls:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.mp3:before,
	.text-popup-contents .files li.mp3:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .files li.ppt:before,
	.text-popup-contents .files li.ppt:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .table-for-phone .hide-head[data-open="true"] .contents:before,
	.text-popup-contents .table-for-phone .hide-head[data-open="true"] .contents:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .table-for-phone .hide-head .contents:before,
	.text-popup-contents .table-for-phone .hide-head .contents:before {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .tab-head-mobile[data-open="true"] .contents:after,
	.text-popup-contents .tab-head-mobile[data-open="true"] .contents:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page .tab-head-mobile .contents:after,
	.text-popup-contents .tab-head-mobile .contents:after {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

	.text-page a.icon-link .icon.question,
	.text-popup-contents a.icon-link .icon.question {
		background-image: url('/local/templates/.default/images/sprite-icons@2x.png');
		background-size: 807px 612px;
	}

}

@media only screen and (max-width: 999px) and (min-width: 640px) {

	.text-page .contents {
		width: 600px;
	}

	.text-page .slider__text,
	.text-popup-contents .slider__text {
		border-bottom: 1px solid #ededed;
	}

	.text-page .slider__text .controls,
	.text-popup-contents .slider__text .controls {
		float: left;
		width: 160px;
		margin-top: 12px;
	}

	.text-page .slider__text.right .image,
	.text-popup-contents .slider__text.right .image {
		width: 640px;
	}

	.text-page .slider__text.right .description,
	.text-popup-contents .slider__text.right .description {
		width: 480px;
	}

}

@media only screen and (min-width: 1000px) {

	.framed .text-page .block-border {
		margin: 0 0 40px 0;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 12039px) {

	.framed .text-page {
		background-color: #f2f2f2;
	}

	.framed .text-page.bottomShadow {
		box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
		z-index: 1;
	}

	.framed .text-page.white-side {
		background-color: #ffffff;
	}

	.framed .text-page .contents {
		width: 900px;
		padding: 0 30px 10px;
		background-color: #ffffff;
	}

	.framed .text-page .contents.marginTop {
		margin-top: 20px;
		padding-top: 20px;
	}

	.framed .text-page .slider__text.right .description {
		width: 210px;
	}

	.framed .text-page .slider__text.right .image {
		width: 660px;
	}

	.framed .text-page .tabs-head {
		background: none;
		border: 0;
		height: 47px;
	}

	.framed .text-page .tabs-head .contents {
		background: #fefefe;
		background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );
	}

	.framed .text-page .tabs-head .tab-head {
		color: #666666;
		font: 16px/25px 'Corpid', sans-serif;
		text-transform: uppercase;
	}

	.framed .text-page .tabs-head .tab-head[data-open="true"] {
		border-top: 0;
		-webkit-border-image: url(/local/templates/o2garden/components/bitrix/news.detail/news_detail/../images/plan-tabs-divider.png);
	}

	.framed .text-page.container-gray-shadow {
		box-shadow: none;
	}

	.framed .text-page.container-gray-shadow .contents {
		background-color: #f2f2f2;
	}

	.text-page .contents {
		width: 960px;
	}

	.text-page .blockquote,
	.text-popup-contents .blockquote {
		margin-left: 80px;
	}

	.text-page .slider__text.right .image,
	.text-popup-contents .slider__text.right .image {
		width: 690px;
	}

	.text-page .slider__text.right .description,
	.text-popup-contents .slider__text.right .description {
		width: 240px;
		border-top: 2px solid #eb1c23;
	}

	.text-page .tab-text .hide-head a,
	.text-popup-contents .tab-text .hide-head a {
		border-bottom: 1px dotted #eb1c23;
	}

	.text-page .tab-text .hide-head[data-open="true"]:before,
	.text-popup-contents .tab-text .hide-head[data-open="true"]:before {
		background-image: url('/local/templates/.default/images/sprite-icons.png');
		background-position: -249px -150px;
		background-repeat: no-repeat;
		width: 10px;
		height: 5px;
	}

	.text-page .tab-text .hide-head:before,
	.text-popup-contents .tab-text .hide-head:before {
		content: " ";
		background-image: url('/local/templates/.default/images/sprite-icons.png');
		background-position: -792px -188px;
		background-repeat: no-repeat;
		width: 10px;
		height: 5px;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}

}

@media only screen and (max-width: 999px) {

	.text-page .tab-text .hide-head a,
	.text-popup-contents .tab-text .hide-head a {
		border-bottom: 1px dotted #eb1c23;
	}

	.text-page .tab-text .hide-head[data-open="true"]:before,
	.text-popup-contents .tab-text .hide-head[data-open="true"]:before {
		background-image: url('/local/templates/.default/images/sprite-icons.png');
		background-position: -249px -150px;
		background-repeat: no-repeat;
		width: 10px;
		height: 5px;
	}

	.text-page .tab-text .hide-head:before,
	.text-popup-contents .tab-text .hide-head:before {
		content: " ";
		background-image: url('/local/templates/.default/images/sprite-icons.png');
		background-position: -792px -188px;
		background-repeat: no-repeat;
		width: 10px;
		height: 5px;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}

}

@media only screen and (max-width: 639px) {

	.text-page .contents {
		width: 280px;
	}

	.text-page h1,
	.text-popup-contents h1 {
		font-size: 28px;
	}

	.text-page h2,
	.text-popup-contents h2 {
		font-size: 26px;
	}

	.text-page h3,
	.text-popup-contents h3 {
		font-size: 22px;
	}

	.text-page p.gray-text,
	.text-popup-contents p.gray-text {
		font: 11px/16px 'Corpid', sans-serif;
	}

	.text-page ul.col li,
	.text-page ol.col li,
	.text-popup-contents ul.col li,
	.text-popup-contents ol.col li {
		width: 100%;
	}

	.text-page ol li:before,
	.text-popup-contents ol li:before {
		margin-right: 10px;
	}

	.text-page .slider__text,
	.text-popup-contents .slider__text {
		border-bottom: 1px solid #ededed;
	}

	.text-page .slider__text .controls,
	.text-popup-contents .slider__text .controls {
		margin-left: auto;
		margin-right: auto;
		width: 130px;
		margin-top: 12px;
	}

	.text-page .slider__text.right .image,
	.text-popup-contents .slider__text.right .image {
		width: 280px;
		float: none;
	}

	.text-page .slider__text.right .description,
	.text-popup-contents .slider__text.right .description {
		width: 280px;
	}

	.text-page .column-2 .column-item,
	.text-popup-contents .column-2 .column-item {
		width: 100%;
	}

	.text-page .files li p a,
	.text-popup-contents .files li p a {
		font-size: 13px;
	}

	.text-page .block-border,
	.text-popup-contents .block-border {
		margin: 30px 0;
	}

	.text-page table thead td,
	.text-popup-contents table thead td {
		display: block;
	}

	.text-page table tbody td,
	.text-popup-contents table tbody td {
		display: block;
	}

	.text-page .tab-head-mobile,
	.text-popup-contents .tab-head-mobile {
		background: #ffffff;
		background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	}

	.text-page .line-gray,
	.text-popup-contents .line-gray {
		border-bottom: 0;
	}

}

/* End */


/* Start:/local/templates/o2garden/css/news_detail.css?16564045702109*/
.img_blog{
    width: 555px;
    height: 370px;
    margin-right: 30px;
    border-radius: 8px;
    overflow: hidden;
}
.img_blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_blog_category_block {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.blog_category span{
    font-family: mardoto_regular !important;
    margin-left: 16px;
}
.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: 17px;
    color: #000000;
    transition: all 300ms ease-out;
}
.blog_category:hover {
    color: #00773C;
    transition: all 300ms ease-in;
}
.flex_news_det{
    display: flex;
    align-items: start;
    justify-content: start;
}
.description_sec{
    width: 100%;
}
.icon{
    width: 48px;
    height: 48px;
    margin-bottom: 40px;
}
.title_blog span {
    font-family: mardoto_regular;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    color: #00773C;
    margin-left: 4px;
}
.flex_news_det{
    margin-top: 82px;
    margin-bottom: 64px;
}
.title_blog{
    width: 555px;
}
.title_blog h3{
    font-family: mardoto_regular;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #282828;
    display: block;
    margin-top: 16px;
}
.description_sec p{
    font-family: mardoto_regular;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #828282;
}
.description_sec img{
    margin-top: 48px;
    margin-bottom: 48px;
    width: 100%;
    border-radius: 8px;
}


@media screen and (max-width: 768px) {
    .flex_news_det{
        flex-direction: column;
    }
    .img_blog{
        width: 100%;
        margin-bottom: 15px;
    }
    .title_blog h3{
        font-size: 24px;
    }
}
/* End */
/* /local/templates/o2garden/css/blog_page.css?17146349192917 */
/* /local/templates/o2garden/css/blog_page_media.css?17144901703583 */
/* /local/templates/o2garden/components/bitrix/news.detail/news_detail/style.css?156283882028579 */
/* /local/templates/o2garden/css/news_detail.css?16564045702109 */
