

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1494062246666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/v2/style.css?16407679773346*/
div.container {
	/* для базового контейнера родителя  чтоб работал position: sticky; */
	overflow: visible;
}
.blog_v_2 {}

.blog_v_2 p {
	position: relative;
}
.post__top-text {
	font-size: 24px;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 5%;
}
.paver__pano {
	height: 738px !important;
}
.blog_v_2 p .spacer {
	content: '';
	display: block;
	padding-top: 56.2%;
}
.blog_v_2 p > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.width-important .paver__pano {
	width: 100% !important;
}
.panorama-blog {
	height: 738px;
	overflow-x: scroll;
	overflow-y: hidden;
}
.panorama-blog img {
	/*height: 100%;*/
}
.blog_v_2__container {
	max-width: 1178px;
	margin: 0 auto 39px;
	padding: 0 10px;
}
.post {
	padding: 0 10px;
}
.post-header {
	margin-bottom: 35px;
}
.post-header__poster {}
.post-header__poster img {
	max-width: 100%;
	width: 100%;
	border-radius: 6px;
}
.post-handlers-block {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.post-handlers {
	font-size: 14px;
}
.post-handlers .icon-hover {
	height: 22px;
}
.post-handler__date {
	display: inline-block;
	color: #b3b8c0;
	font-style: italic;
}
.post-handler__views {
	display: inline-block;
	color: #cecece;
	font-weight: 400;
	margin: 0 0 0 20px;
}
.social-shared {
	display: inline-block;
}
.social-likes {}
.post-content {
	color: #292929;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 59px;
}
.post__more-text {
	max-width: 1024px;
	position: relative;
}
.post__vote-sticky {
	top: 62px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
	position: sticky;
	height: 0;
	float: right;
	transform: translateX(115px);
}
.post__vote-sticky:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: #f6f7f9;
	/*background-color: transparent;*/
	border-radius: 20px;
	transition: background-color .3s;
}
/*.post__vote-sticky:hover:before {
	background-color: #f6f7f9;
}*/
.post__scroll-top {
	transform: rotate(-90deg);
	cursor: pointer;
}
.post__scroll-top:hover svg #path2 {
	transition: fill .3s;
}
.post__scroll-top:hover svg #path2 {
	fill: #5f9ad4 !important;
}
.post__title {
	color: #292929;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 29px;
	margin-bottom: 60px;
	letter-spacing: .09em;
}
.post-content__inner {}
.post-footer {
	margin-bottom: 32px;
}
.post-tags {}
.post-tags__item {
	display: inline-block;
	margin-right: 10px;
}
.post-tags__link {
	text-decoration: none;
	color: #c6c6c5;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.paver__fallbackMessage {
	display: none;
}
@media (max-width: 1360px) {
	.panorama-blog {
		height: 500px;
	}
}
@media (max-width: 1024px) {
	.post__more-text img {
		width: 100%;
	}
	.post__vote-sticky {
		display: none;
	}
}
@media (max-width: 600px) {
	.panorama-blog {
		height: auto;
	}
	.panorama-blog img {
		width: 100%;
	}
	.post__title {
		padding-top: 0;
		margin-bottom: 20px;
		font-size: 25px;
	}
}
/* End */


/* Start:/local/templates/.default/components/askaron/askaron.ibvote.iblock.vote/ajax-news_v2/style.css?16340659641760*/
.iblock-vote_v2 {
    position: relative;
    cursor: pointer;
    margin: 25px 0 20px;
}
.iblock-vote_v2 path {
    fill: #cecece;
}
.iblock-vote_v2 .vote__text {
    display: none;
}
.iblock-vote_v2 .vote__number {
    color: #82a4d3;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    margin-left: 7px;
    transform: translateY(3px);
    display: inline-block;
}
.iblock-vote_v2 svg path,
.iblock-vote_v2 .vote__number {
    transition: fill .3s;
}
.iblock-vote_v2:hover svg path{
    fill: #82a4d3;
    color: #82a4d3;
}
span.star-active-send[id^='wait_vote'] {
    color: transparent;
    position: relative;
}
span.star-active-send[id^='wait_vote']:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
span.star-active-send[id^='wait_vote']:after {
    position: absolute;
    border-top: 1px solid rgba(255, 16, 16, 0.2);
    border-right: 1px solid rgba(255, 16, 16, 0.2);
    border-bottom: 1px solid rgba(255, 16, 16, 0.2);
    border-left: 1px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1494062246666 */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/v2/style.css?16407679773346 */
/* /local/templates/.default/components/askaron/askaron.ibvote.iblock.vote/ajax-news_v2/style.css?16340659641760 */
