

/* Start:/local/templates/inner/components/bitrix/news/news_lenta/bitrix/news.detail/.default/style.css?164800375013130*/
.retell-frame {
    position: sticky;
    top: 0;
    z-index: 1;
}

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 {
    margin: 10px 0px 10px 0px;
}

.share_item{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #89919e;
    text-align: center;
    line-height: 28px;
    border-radius: 25px;
    color: #fff;
}

.for_link{
    padding: 10px;
    color: #89919e;
    border-radius: 5px;
    margin-top: 40px;
}

.dzen {
    background-color: #efefef;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    transition: 0.5s;
}

.dzen a {
    display: inline-block;
    text-decoration: none;
}

.dzen:hover {
    background-color: #dfdfdf;
}

.dzen span {
    margin: 0 10px;
}

.dzen img {
    width: 30px;
    height: 30px;
}

.dzen span,
img {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #89919E;
}

.social_list {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
}

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

.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;
}

.link_block{
    display: inline-block;
    width: 255px;
    vertical-align: top;
}

/* Оценка новости */
#news_score_form{
    background-color: rgba(196, 196, 196, 0.3);
    padding: 20px;
    border-radius: 4px;
    width: 465px;
    display: inline-block;
    margin-bottom: 20px;
}

.score_answer{
    opacity: 0;
    transition: .2s ease;
}

.radio_score label{
    text-align: center;
    background-color: #45b1bf;
    border-radius: 30px;
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    color: white;
    font-family: 'Igra Sans';
}
.radio_score label:hover{
    cursor: pointer;
}

.radio_score input[type=radio]{
    display: none;
}

.radio_score input[type=radio]:checked + label{
    background-color: #ff572e;
}

.mean_score{
    text-align: center;
    background-color: #ff572e;
    border-radius: 30px;
    width: 65px;
    height: 18px;
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    color: white;
    font-family: 'Igra Sans';
    cursor: default;
}
.score_img{
    vertical-align: sub;
}

.raw_score{
    display: inline-block;
    width: 485px;
}

#user_mess{
    display: inline-block;
    border: none;
    border-radius: 12px;
    width: 246px;
    padding: 5px 12px;
}

.submit_score{
    display: inline-block;
    background-color: #ff572e;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
    transition: .2s ease;
}

.score_vote{
    width: 330px;
    display: inline-block;
}

.answer{
    color: #45bf5f;
    font-weight: bold;
    transition: .2s ease;
    opacity: 0;
    margin-left: 15px;
}

.submit_score:hover{
    background-color: #f0481e;
    cursor: pointer;
}

/* Подсказка */
.score_h{
    position: relative;
    display: inline-block;
    width: 185px;
    margin: 10px 0;
    font-weight: bold;
}
.question::before {
    color: #89919e;
}
.question:hover::after {
    content: attr(data-title); 
    position: absolute;
    max-width: 250px;
    right: 0; 
    top: 25px; 
    z-index: 1; 
    background: white; 
    font-size: 13px; 
    padding: 5px 10px; 
    font-family: "Inter";
    line-height: 20px;
    border-radius: 8px;
}

@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;
    }
    .score_img{
        display: none;
    }
    .score_h {
        width: 120px;
        font-size: 14px;
    }
    #news_score_form{
        width: 370px;
        margin-bottom: 20px;
    }
    .mean_score {
        width: 35px;
    }
    #user_mess{
        width: 215px;
    }
    .submit_score{
        margin: 15px auto 0px auto;
        display: block;
        width: 40%;
    }
    .link_block{
        display: block;
        width: 100%;
    }
    .social_list{
        margin: auto;
    }
    .social_list>span{
        display: inherit;
    }
    .for_link{
        margin-top: 0;
    }
}

@media (max-width: 430px) {
    .dzen span {
        width: 80%;
    }
    .dzen img {
        width: 12%;
        height: auto;
    }
    #news_score_form{
        width: 320px;
    }
    .score_h{
        font-size: 12px;
        width: 116px;
    }
    .mean_score, .radio_score label{
        font-size: 13px;
        padding: 3px;
        width: 14px;
        height: 14px;
    }
    .mean_score{
        width: 20px;
    }
    #user_mess {
        width: 167px;
    }
}

@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;
    }
    .link_block{
        width: 100%;
    }
    .for_link{
        margin-top: 0;
    }
}

.facebook {
    display: none;
}
/* End */


/* Start:/local/templates/inner/components/bitrix/breadcrumb/default/style.css?1620996289813*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 9px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	white-space: normal;
	color: #263651;
	width: 100%;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.link_breadcrumb {
	text-decoration: none;
	color: #45BBC8;
}

.main_title_for_seo {
	font-family: 'Oswald', sans-serif;
    font-size: 13px;
    white-space: normal;
    color: #263651;
    margin: 0;
    float: right;
	font-weight: 500;
}

.breadcrumb_circle {
	font-size: 12px;
}
/* End */


/* Start:/local/templates/inner/components/bitrix/news.list/read_more/style.css?1623744799369*/
.read_more_wrapper {
	background-color: rgba(214,226,237,.8);
}

.read_more {
	padding-top: 0 !important;
}

.read_more_main_title {
	padding: 25px 0px 25px 0px;
	margin: 0;
	font-size: 25px;
	font-weight: 800;
	
}

@media (max-width: 768px) {
	.read_more_main_title {
		font-size: 15px;
	}

	.news-card__body, .news-card__footer {
		padding-left: 10px !important;
	}
}
/* End */
/* /local/templates/inner/components/bitrix/news/news_lenta/bitrix/news.detail/.default/style.css?164800375013130 */
/* /local/templates/inner/components/bitrix/breadcrumb/default/style.css?1620996289813 */
/* /local/templates/inner/components/bitrix/news.list/read_more/style.css?1623744799369 */
