

/* Start:/local/templates/Uteens/components/bitrix/news.detail/blogopen/style.css?17507751724148*/
.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 */


/* Start:/local/components/cetera/stars/templates/.default/style.css?1750775172953*/
.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 {
    position: relative;
	margin-right: 11px;
	cursor: pointer;
	text-align: center;
	align-content: center;
	width: 30px;
	height: 30px;
}

.stars__description {
    display: none;
    position: absolute;
    font-size: 15px;
    left: -20px;
    top: 30px;
}

.stars__description.active-description{
    display: block;
}

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

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



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

/* End */


/* Start:/local/templates/Uteens/components/bitrix/news.list/blogslider/style.css?17507751721812*/
.programs__label {
    position: absolute;
    background-color: white;
    border: 2px solid black;
    top: 3;
    right: 3;
    width: auto;
    height: 20px;
    color: black;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 5px;

}

.programs-slide_full {
    position: relative;
}

.programs-slide:hover > .programs__label {
    display: block !important;
}

.program-item-title {
    font-size: 18px !important;
    line-height: inherit !important;
    margin: 0 13px !important;
}

.programs-tags {
    display: flex;
}

.programs-top {
    display: flex;
    justify-content: space-between;
  align-content: center;
  align-items: center;
}
.programs-tag {
    background-color: white;
    border: 2px solid black;
    width: auto;
    height: 20px;
    color: black;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
    padding: 5px;
}

.programs-block_blog {
    width: 100%;
    display: block;
}

body section .programs-content .programs-block_blog .slick-slide {
    margin-right: .625rem;
    /* margin-left: .625rem; */
  }

  body section .programs-content .programs-block {
    width: calc(100% - 10px);
  }

  .programs-tags_mobile {
    display: none !important;
  }
@media screen and (max-width: 768px) {
    .program-item-title {
        font-size: 15px !important;
        line-height: 15px !important;
    }
    .programs-tags {
        display: none !important;
     
      }

      .programs-tag {
        font-size: 16px;
        margin-right: 10px;
        margin-left: 0;
        padding-left: 6px;
        padding-right: 6px;
          margin-top: 10px;
      }
      .programs-tags_mobile {
        display: flex !important;
        margin-top: 17px;
          flex-wrap: wrap;
      }
}

/* End */
/* /local/templates/Uteens/components/bitrix/news.detail/blogopen/style.css?17507751724148 */
/* /local/components/cetera/stars/templates/.default/style.css?1750775172953 */
/* /local/templates/Uteens/components/bitrix/news.list/blogslider/style.css?17507751721812 */
