

/* Start:/local/components/2x2/news.detail/templates/.default/style.css?16209962898009*/
body {
	font-family: "Inter";
}
.news-item_content {
	padding-top: 15px;
}

.preview_text {
	margin-top: 10px;
}

.preview_text, .detail_text {
	font-size: 20px;
	line-height: 25px;
}

.preview_text > a, .preview_text > p > a, .detail_text > a, .detail_text > p > a {
	text-decoration: none;
	color: #11213a;
	font-weight: 800;
}

.preview_text > a:hover, .preview_text > p > a:hover, .detail_text > a:hover, .detail_text > p > a:hover {
	color: #ff572e;
}

.photo_after {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

.photo_after > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_after {
	display: block;
	width: 100%;
	max-height: 400px;
	margin-bottom: 10px;
}

/*.detail_text > p::selection, 
.detail_text > p::-moz-selection,
.detail_text > p > a::selection,
.detail_text > p > a::-moz-selection,
.preview_text > p::selection, 
.preview_text > p::-moz-selection,
.preview_text > p > a::selection,
.preview_text > p > a::-moz-selection
 {background: #ff572e69;color: #11213a;}*/

.news-detail {

}

.news_item_wrapper {
	 margin: 0; /* Обнуляем значение отступов */
    padding: 4px;
}

.news_item_main_area {
	display: inline-block;
    width: calc(100% / 3 * 2);
    margin: 0 20px 0px 0px;
}

.news_item_sitebar {
	display: inline-block;
    width: calc(100% / 4 - 10px);
    vertical-align: top;
    margin: 0 20px 40px 20px;
    position: sticky;
    top: 0em;
}

.addult_content {
	border: 20px solid transparent; 
	border-right: 20px solid red; 
	border-bottom: 20px solid red;
    float: right;
    font-size: 15px;
}

.top_srting {
	position: relative;
	height: 40px;
	padding: 10px 0px 10px 0px;
	}
.news-date-time {
	line-height: 40px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #89919E;
}
.ya-share2 {
	/*height: 100px;*/
	width: 100%;
}

.detail_picture_wrapper {
	width: 100%;
}

.detail_picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.source {
	text-align: right;
	font-weight: 100;
	font-style: italic;
	font-size: 12px;
	color: #89919E;
}



.sponsor_sidebar {
	border: 1px solid blue;
	width: 100%;
	height: 500px;
	margin-top: 20px;
	
}

.main_news_wrapper {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ff572e;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.main_news_wrapper > a {
	text-decoration: none;
	color: #11213a;
	font-weight: 800;
}

.main_news_picture {
	width: 100px;
	height: 100px;
	display: inline-block;
}

.main_news_picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_news_title {
	display: inline-block;
	width: 60%;
	vertical-align: top;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
}

.social_link_wrapper {
	height: 30px;
	margin: 10px 0px 10px 0px;
}

.social_list {
	display: inline-block;
	padding: 0;
}

.social_list > span {
	line-height: 30px;
	vertical-align: top;
	margin-right: 25px;
	font-size: 12px;
	color: #89919E;
}

.social_item {
	display: inline-block;
	height: 100%;
}
.social_item > a {
	text-decoration: none;
	display: inline-block;
	height: 100%;
}

.social_item > a > img{
	height: 30px;
	width: 30px;
}

.dropbtn {
    height: 40px;
    /*color: white;*/
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #fff;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #ff572e;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff71;
    /*min-width: 160px;*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    width: 420px;
    margin-top: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ff572e;}

.show {display: block;}

.tag {
    /*background: #11213A;*/
    background: #fff;
    display: inline-block;
    /*color: #fff;*/
    color: #FF572E;
    position: relative;
    padding: 5px;
    border-radius: 4px;
    margin: 5px 0px 0 0;
    text-decoration: none;
    border: 1px solid #FF572E;
    /*font-style: italic;*/
}

.tag:hover {
    /*background-color: #FF572E;*/
    background-color: #FF572E;
    color: #fff;
}

.tag:hover:after {
    border-color: transparent transparent transparent #739fe4;
}

blockquote {
background: #45BBC817; border-left:5px solid #ff572e; margin-left:0; padding:10px 15px; font-size:18px; color:#555; font-family: georgia; line-height:22px; font-style: italic;}
blockquote:before, blockquote:after{font-family:FontAwesome;display:inline-block; font-style:normal; font-weight:500;
line-height:1;-moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; color:#11213a;}
blockquote:before{content:'\f10d'; margin-right:7px;}blockquote:after{margin-left:10px;content:'\f10e';}
}

/*fotorama*/

.fotorama__wrap {
	width: 100% !important;
}
.fotorama__img {
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	object-fit: contain !important;
}

.fotorama__thumb:not(.fotorama__loaded) {
	/*background-image: url("/local/templates/inner/components/bitrix/news/news_lenta/bitrix/news.detail/.default/img/media-video.png");	*/
}

.fotorama__thumb:empty {
background-image: url("/local/templates/inner/components/bitrix/news/news_lenta/bitrix/news.detail/.default/img/media-video.png");		

}

.fotorama__nav__frame {

}
.fotorama__thumb {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.fotorama__html ~ .fotorama__video-play {
	display: none !important;
}
.fotorama__caption {
	bottom: 50px !important;
	left: 90% !important;
}
.fotorama__thumb-border {
	border-color: #11213a !important;
}

.autor, .link_autor {
	text-align: right;
	font-style: italic;
	color: #89919E;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.link_autor:hover {
	color: #11213a;
}

.sponsor_sitebar, .sponsor_sitebar > img {
	width: 100%;
	height: auto;
}

.sponsor_desktop {
	width: 100%;
	margin: 0 20px 40px 0;
}

.sponsor_desktop > noindex > a > img {
	width: 100%;
	height: auto;
}

 .sponsor_mobil {
 	width: 100%;
	display: none;
	margin: 0 20px 40px 20px;
 }
.sponsor_mobil > noindex > a > img {
	width: 100%;
	height: auto;
	
}


@media (max-width: 768px) {
	.news_item_main_area {
		width: 100%;
	}

	.main_title > h1 {
		font-size: 20px;
	}
	.bx-breadcrumb {
		display: none;
	}
	.preview_text, .detail_text {
		font-size: 15px;
	}
	blockquote {
		margin-right: 0;
		font-size: 16px;
	}
	.read_social {
		display: block;
	}
	.news_item_sitebar {
		display: none;
	}
	.sponsor_sidebar {
	width: 90%;
	}
	.main_news_wrapper {
		width: 90%;
	}
	.main_news_title {
		width: 55%;
	}

	.top_srting {
		height: 20px;
	}
	.news-date-time {
		line-height: 20px;
		font-size: 12px;
	}
	.dropbtn {
		height: 20px;
		font-size: 12px;
	}
	.dropdown-content {
	  /* min-width: 50px;*/
	   width: 35%;
	}
	.sponsor_mobil {
		display: block;
		margin: 0 0px 40px 0px;
	}
	.sponsor_desktop {
		display: none;
	}
	.ya-share2__list.ya-share2__list_direction_horizontal {
		/*min-width: 260px !important;*/
	}
	.ya-share2__link {
		padding: 5px 5px !important;
	}
	.photo_after {
	height: 100%;
	}

	.photo_after > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

}

@media (min-width: 768px) and (max-width: 1023px) {
	.news_item_main_area {
		width: 100%;
	}
	.news_item_sitebar {
		display: none;
	}
	.sponsor_mobil {
		display: none;
	}
	.sponsor_desktop {
		display: block;
		margin: 7px;
	}

	.sponsor_desktop > noindex > a > img {
		height: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1426px) {
	.news_item_main_area {
		/*width: 57%;*/
	}
	.main_news_title {
	width: 100%;
	padding-left: 0;
	/*font-size: 11px;*/
	}
	.main_news_picture {
		display: none;
	}
	.main_news_wrapper {
		height: 70px;
	}
}


/* End */
/* /local/components/2x2/news.detail/templates/.default/style.css?16209962898009 */
