

/* Start:/local/templates/Uteens/components/bitrix/news.detail/blogopen/style.css?17555270884148*/
.open {
    display: flex;
    justify-content: space-between;
}
.open__top {
    font-size: 18px;
    line-height: 24px;
}

.rubric {
	display: flex;
    margin-bottom: 10px;
	margin-top: 20px;
}

.open__date-mobile {
	display: none;
}

.open-post-author-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info__date {
	margin-right: 30px;

}
.open__cover{
    margin-bottom: 10px;
}

.open-post {
margin-bottom: 140px;
}
.open__post img {
    max-width: 100%;
}
.open-post-author-info {
margin-left: 20px;
font-size: 20px;
margin-bottom: 90px;
margin-top: 10px;

}
.open-post-author-title {
font-weight: 600;
font-size: 22px;
}

.open-post-author-descr {
font-size: 20px
}
.open-post-author {
display: flex;
margin-top: 55px;
align-items: flex-start;
    text-decoration: none;
}

.open-post-author-subtitle {
font-size: 16px;
}
.stars {
	margin-bottom: 60px;
}
.stars__title {
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 5px;
}
.stars__items {
	display: flex;
	align-items: center;
}

.stars__item {
	margin-right: 11px;
	cursor: pointer;
	text-align: center;
	align-content: center;
	width: 30px;
	height: 30px;
}

.stars__raiting {
	font-size: 18px;
	font-weight: 700;
	margin-left: 15px;
}
.stars__voices {
	font-size: 18px;
	font-weight: 400;
	color: #6D6D6D;
	margin-left: 5px;
}

.stars__item:hover {
	border-radius: 50%;
	background-color: #ADFF00;
	width: 30px;
	height: 30px;
}


.stars__item:hover svg path {
	fill: #000;
}

.open__post {
	width: 70%;
	max-width: 70%;
	/* align-items: flex-start;
display: flex;
flex-direction: row-reverse;
font-size: 18px;
height: auto;
justify-content: space-between;
line-height: 30px;
margin-top: 30px;
position: relative; */
}

.author {
	display: flex;
	margin-bottom: 25px;
}

.author__item {
	margin-left: 15px;
}

.rubric__item {
	margin-left: 15px;
}

.info {
	display: flex;
	justify-content: space-between;
    margin-bottom: 10px;
}

.info__left {
	display: flex;
	align-content: center;
    align-items: center;
}



.sub {
	color: #555555;
}

.share {
	display: flex;
	align-items: center;
    gap: 10px;
}

.open__banner {
    position: relative;
    top: 145px;
}

.open__banner_sticky {
    position: sticky;
    top: 100px !important;
}
.share__block {
    display: flex;
    gap: 10px;
}

.info__reader {
    display: flex;
    gap: 5px;
}

.info__clock {
    vertical-align: sub;
}

@media (max-width: 991px) {

    .open {
        flex-direction: column;
    }
    .open__top {
        border-top: 2px solid #000;
        margin-top: 25px;
    }

    .open__date-mobile {
        padding-top: 15px;
        display: block;
    }
    .share {
        justify-content: space-between;
    }

    .rubric {
        justify-content: space-between;
        margin-top: 10px;
    }
    .info__left {
    display: block;
    }

    .info__reader {
        justify-content: space-between;
    }
    .info__date {
        display: none;
    }

    .info {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .author {
        display: none;
    }

    .open__post {
        width: 100%;
        max-width: 100%;
    }
    .open__banner {
        margin: 20px 10px 80px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
    }
}


.insert {
    padding:20px 30px; 
    border: 1px solid black; 
    display:flex; 
    justify-content: space-between;
}

.insert__title {
    font-weight:600; 
    font-size:30px; 
    margin-bottom:10px
}

.insert__image {
    max-width: 300px; 
    display: block;
}

.insert__warp {
    max-width: 100%; 
    margin-right:20px
}

@media screen and (max-width: 768px) {
    .open__post img {
        width: 100%;
    }
    img.info__clock {
        width: auto;
    }

    .insert {
        display: block;
    }

    .insert__image {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .insert__warp {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/* End */
/* /local/templates/Uteens/components/bitrix/news.detail/blogopen/style.css?17555270884148 */
