

/* Start:/local/templates/.default/components/bitrix/news/blog/style.css?16645597902418*/
 .block-title{
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 3px 5px;
    border-bottom: solid 2px #c61919;
    margin-bottom: 8px;
}

.left-block .card, .right-block .card
{
    border-radius: 6px;
}

.left-block .card .card-header, .right-block .card .card-header
{
    border-bottom: 2px solid #c61919;
    background-color: white;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.card{
    box-shadow: none!important;
}

.socserv-link{
    width: 100%;
    height: auto;
}

.socserv-link img{
    width: 100%;
    height: auto;
}

.socserv-links{
    background-color: white;
    padding: 5px;
    border-radius: 6px;
}

.overlay-full .stat {
    text-align: right;
    color: grey;
    font-size: 16px;
    line-height: 16px;
    display:inline-block;
    padding: 5px;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
    position: absolute;
    top:10px;
    right: 0;

}
.overlay-full .stat span,  .overlay-full .stat span i{
    padding: 0 5px;

}

.overlay-full:hover .stat {
    color: white;
}

#showbooking_button, #showbooking_button:hover, #showbooking_button:active, #showbooking_button:focus
{
    width:100%;
    outline:0 none;
    padding:10px;
    margin: 15px auto;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
    box-shadow: 0 0 0 0 #fff;

}
#bookingform_wrapper
{
    height: 0px;
    overflow:hidden;
    outline: 0 none;
    padding:0;
    margin:0;
}

#searchBtnWrapper {
    margin:5px auto;
}
#bookingform_wrapper.show_booking_block
{
    height: 100%;
}
#showbooking_button.disable_booking_button
{
    background: #dcdcdc;
}

.overflow-visible {
    overflow: visible!important;
}

.blog-items .blog-item-img-wrapper a
{
    display:block;
}
.blog-items .blog-item-img-wrapper
{
    overflow:hidden;
}

.filter-form .btn-filter{
    font-size: .75rem;
    height: auto!important;
    width: 100%;
    padding: 10px 10px;
    font-weight: 700;
}

.filter-form .sod_select{
    line-height: 15px;
    font-size: .9rem;
}

.filter-form .filter-input{
    height: auto!important;
    font-size: .9rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16647782062*/


/* End */


/* Start:/local/components/arturgolubev/yandex.share/templates/.default/style.css?1597740562322*/
.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.list/more-blog/style.css?16647782063730*/
 /*.blog-items .blog-item{
	margin-bottom: 10px;
}

.blog-items .blog-item .card-body{
	padding: 10px;
}

.blog-items .blog-item .card-text{
	color: black;
}

.blog-items .blog-item-img
{
	width: 100%;
	height: 250px;
}

@media (max-width: 1024px) {
	.blog-items .blog-item-img{
		height: 190px;
	}
}

@media (max-width: 768px) {
	.blog-items .blog-item-img{
		height: 200px;
	}
}

@media (max-width: 375px) {
	.blog-items .blog-item-img{
		height: 180px;
	}
}

.blog-items .blog-item-img-wrapper{
	position: relative;
}

.blog-items .img-overlay{
	opacity: 0;
	background-color: white;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.blog-items .blog-item-link{
	text-decoration: none;
}

.blog-items .blog-item-link:hover .img-overlay{
	opacity: .25;
}

.blog-items .blog-item-link:hover .card-title:after
{
	left: 0;
	right: 0;
}

.blog-items .category-overlay{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 8px;
	width: 100%;
	background-color: black;
	color: white;
	z-index: 1002;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.blog-items .blog-item-link:hover .category-overlay{
	opacity: 1;
}

.blog-items .blog-item .card-title
{
	font-size: 1.3rem;
	color: black;
}

.blog-items .blog-item .item-category{
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .65rem;
	letter-spacing: 2px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	float: left;
}

.blog-items .blog-item .item-category:hover{
	color: red;
}

.blog-items .blog-item .item-date-create{
	font-size: .65rem;
	float: right;
	letter-spacing: 2px;
}

.blog-items .blog-item .btn-overlay
{
	opacity: 0;
	background: none;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	bottom: 0;
	z-index: 1001;
}

.blog-items .blog-item-link:hover .btn-overlay{
	opacity: 1;
}

.blog-items .blog-item .btn-overlay .btn-detail{
	position: absolute;
	width: 150px;
	height: 25px;
	background-color: red;
	border-radius: 15px;
	border: none;
	letter-spacing: 2px;
	color: white;
	font-size: .7rem;
	text-transform: uppercase;
	top: calc(50% - 13px);
	left: calc(50% - 75px);
}

.blog-items .blog-item .btn-overlay .stat{
	color: white;
	padding: 5px;
	float: right;
	font-size: 1.3rem;
	letter-spacing: 2px;
}

.blog-items .blog-item .btn-overlay .stat span{
	margin-right: 3px;
}

.item-tags{
	color: black;
}

.item-tags .tag{
	padding: 3px 5px;
	margin: 0 1px;
	font-size: .8rem;
	letter-spacing: .4px;
	border-radius: 15px;
	border:	1px solid transparent;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.item-tags .tag:hover{
	border: 1px solid lightgrey;
	color: #e89b11;
}

.item-tags .tag .sharp{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.item-tags .tag:hover .sharp{
	color: #c61919!important;
}

.blog-items .card{
	border-radius: 6px;
}

.blog-item .card-body
{
	min-height: 130px;
}

.more-title{
	border-bottom: 2px solid #c61919;
}
/* End */
/* /local/templates/.default/components/bitrix/news/blog/style.css?16645597902418 */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16647782062 */
/* /local/components/arturgolubev/yandex.share/templates/.default/style.css?1597740562322 */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.list/more-blog/style.css?16647782063730 */
