

/* Start:/local/templates/roso/css/override.css?17273337038317*/
.table-products {
    margin-top:50px;
}

.fixed-footer{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

@media (max-width: 400px){
    .caption.caption-line{
        font-size: 40px !important;
    }
    html, body {width:100%; overflow-x:hidden}
}

.row{
    overflow: hidden;
}


.slider-head{
    overflow: hidden;
}

.txt-section table td{
    padding: 5px;
    border: 1px solid #dcdcdc;
    max-width: 450px;
}

.txt-section table{
    margin-top: 30px;
    margin-bottom: 30px;
}

.txt-section table td p{
    margin-bottom: 0px;
    font-size:12px;
}

@media (min-width: 1200px){
    .type-product{
        width: 720px;
    }
}

.price-section-txt table td{
    padding: 5px;
    border: 1px solid #dcdcdc;
    max-width: 450px;
}

.price-section-txt table{
    margin-top: 30px;
    margin-bottom: 30px;
}

.price-section-txt table td p{
    margin-bottom: 0px;
    font-size:12px;
}


.services-bc__articles {
    padding-bottom: 33px;
    margin-top: -69px;
}

.articles-page .caption-line {
    position: relative;
    font-size: 64px;
    margin-bottom: 41px;
    padding-bottom: 22px;
}



.content-page__row ol {
    margin: 30px 0;
}

.content-page__row ol li {
    margin-top: 15px;
}




.articles-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}

@media (min-width: 630px) {
    .articles-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .articles-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.articles-list__item {
}

.article-item {
    border: 1px solid #E0E0E0;
}

.article-item__picture {
    height: 180px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .article-item__picture {
        height: 200px;
    }
}

.article-item__picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-item__content {
    padding: 24px;
}

.article-item__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-top: 16px;
    transition: 0.2s;
}

@media (min-width: 992px) {
    .article-item__name {
        font-size: 20px;
    }
}

.article-item__description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #7c7c7c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-item__author {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    margin: 16px auto;
}

.article-item__author-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #E7E7E7;
    background-image: url('/local/templates/roso/images/avatar.svg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    flex: 0 0 40px;
}

.article-item__author-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-item__author-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    text-align: left;
    margin-left: 17px;
}

.article-item__author-name span {
    display: block;
    color: #7c7c7c;
    margin-top: 2px;
}

.article-item__data-publication {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rating-article__ico {
    height: 24px;
    width: 24px;
}

.rating-article {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rating-article__ico svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: conatin;
    object-position: center;
}

.rating-article__stats {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin-left: 9px;
}

.rating-article__stats span {
    color: #7c7c7c;
}

.article-item__data-publication-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #7c7c7c;
}

.article-item__data-publication-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-right: 8px;
}

.article-item:hover .article-item__name {
    color: #B82B08;
}

.articles-row__pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.articles-row__pagination-arrow {
    height: 24px;
    width: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.articles-row__pagination-arrow:hover {
    opacity: 0.5;
}

.articles-row__pagination-arrow--prev {
    margin-right: 24px;
}

.articles-row__pagination-point {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    transition: 0.2s;
}

.articles-row__pagination-point + .articles-row__pagination-point {
    margin-left: 8px;
}

.articles-row__pagination-point:hover {
    background-color: #f7f7f7;
    color: #000;
}

.articles-row__pagination-point--active {
    background-color: #B82B08;
    color: #ffffff;
}

.articles-row__pagination-arrow--next {
    margin-left: 24px;
    transform: scaleX(-1);
}

.authors-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}

@media (min-width: 640px) {
    .authors-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .authors-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .authors-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.author-item {
    border: 1px solid #E0E0E0;
}
.author-item__content {
    padding: 24px 16px;
}
.author-item__picture {
    height: 288px;
    background-color: #E7E7E7;
    background-image: url('/local/templates/roso/images/avatar.svg');
    background-size: 190px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .author-item__picture {
        height: 296px;
    }
}

@media (min-width: 1300px) {
    .author-item__picture {
        height: 250px;
    }
}

.author-item__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.author-item__picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.author-item__name {
    font-size: 18px;
    margin-top: 18px;
}

.author-item__button-sec {
    margin-top: 15px;
}

.author-item__button-sec button {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 13px;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #B82B08;
    text-align: center;
}

.author-item__button-sec button:hover {
    border: 2px solid #B82B08;
    padding: 12px;
}

.author-item__all-articles {
    margin: 16px auto 0;
}

.author-item__all-articles a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
    color: #B82B08;
    border-bottom: 1px solid transparent;
}

.author-item__all-articles a:hover {
    border-bottom: 1px solid #B82B08;
}

@media (min-width: 951px) {
    .contact-page .form-section-send {
        float: right;
        margin-top: -144px !important;
    }
}

/* End */


/* Start:/local/templates/roso/css/detail.css?171827073829819*/
.more-articles-top-part {
display: flex;
  justify-content: space-between;
align-items: center;
}

.more-articles-slider-btns-container {
display: flex;
align-items: flex-start;
gap: 16px;
}

.content-page__row table tr {
    border: 1px solid #ccc;
}

footer .wrapper {
    max-width: 1350px !important;
  }

.content-page__row table tr td {
    padding: 10px 10px 0;
    border: 1px solid #ccc;
}

.more-articles-slider-prev-btn {
display: flex;
padding: 10px;
align-items: flex-start;
gap: 8px;
border: 1px solid var(--Red, #B82B08);
opacity: 0.5;
}

.more-articles-slider-next-btn {
display: flex;
padding: 10px;
align-items: flex-start;
gap: 8px;
border: 1px solid var(--Red, #B82B08);
}

.owl-dots .owl-dot {
    background: #E0E0E0 !important;
}

.owl-dots .active {
    background: #B82B08 !important;
    border: 2px solid #B82B08 !important; }

.download-price {
    display: none !important;
}

.first-screen {
    position: relative;
    background-color: #242424;
    background-image: url("/local/templates/roso/images/first-screen.svg");
    background-size: auto 100%;
}

.first-screen::before {
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #B82B0800, #B82B08);
}

.first-screen__row {
    padding: 24px 0 48px;
    position: relative;
    z-index: 2;
}

.first-screen__row:after {
    background: url(/local/templates/roso/css/../images/after-caption.svg);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    bottom: 23px;
    left: 0;
    height: 3px;
    width: 100%;
}

.first-screen__breadcrums {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.first-screen__breadcrums li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.first-screen__breadcrums li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    width: fit-content;
    line-height: 21px;
    color: #fff;
    opacity: 0.4;
}

.first-screen__breadcrums li a {
    color: #fff;
}

.first-screen__breadcrums li + li::before {
    position: absolute;
    left: 13px;
    top: 9px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    width: 4px;
    height: 4px;
}

.first-screen__breadcrums li + li {
    padding-left: 29px;
}

.first-screen__top {
}

.first-screen__title {
    margin-top: 21px !important;
    font-family: 'Monitorica-B';
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    color: #ffffff;
}

.first-screen__description {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    opacity: 0.8;
    letter-spacing: 0em;
    text-align: left;
}

.first-screen__time {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.first-screen__bottom {
    margin-top: 59px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.first-screen__rating {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.first-screen__time-public {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}

.first-screen__time-view {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.first-screen__rating svg {
    height: 24px;
    margin-right: 9px;
    width: 24px;
    flex: 0 0 24px;
    display: block;
}

.first-screen__time-view svg {
    height: 24px;
    margin-right: 9px;
    width: 24px;
    flex: 0 0 24px;
    display: block;
}

.first-screen__picture {
    display: none;
}

.theme-section {
    overflow: auto;
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 0px;
	scrollbar-width: none;
    -webkit-scrollbar-width: thin;
    -ms-overflow-style: none;
}

.theme-section::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.theme-section .wrapper {
    width: fit-content;
    max-width: fit-content;
}

.theme-section__row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.theme-section__row a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: fit-content;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    color: #000000;
}

.theme-section__row a + a {
    margin-left: 24px;
}

.theme-section__row a.current {
    border-bottom: 1px solid #B82B08;
    color: #B82B08;
}

.content-page__row img {
    width: 100%;
    margin: 17px auto 58px;
}

.content-page__row h2 {
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
}

.content-page__row p {
    font-size: 16px;
    line-height: 25.6px;
}

.content-page__row p + p {
    margin-top: 17px;
}

.content-page__catalog {
    margin-top: 68px;
    margin-bottom: 60px;
}


.content-page__catalog-lisst {
}
.catalog-lisst {
    border: 1px solid #E0E0E0;
    margin-top: 37px;
}

.catalog-lisst__item + .catalog-lisst__item {
    border-top: 1px solid #E0E0E0;
}

.catalog-fprm-item + .catalog-fprm-item {
    border-top: 1px solid #E0E0E0;
}

.hidden-abs {
    position: absolute;
    left: -17000px;
    top: -35000px;
}

.catalog-item {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 17px;
}

.catalog-item__information {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 17px;
}

.catalog-item__name {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.catalog-item__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.catalog-item__info-cell {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.online-consultation {
    background-color: #F8F8F8;
    padding: 13px 0;
    margin: 40px auto;
    background-image: url("/local/templates/roso/images/uzor-detail-page-articles.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.online-consultation h2 {
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
}

.online-consultation__description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    line-height: 26px;
}

.online-consultation button {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 13px;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #B82B08;
    text-align: center;
    margin-top: 35px;
}

.online-consultation button:hover {
    border: 2px solid #B82B08;
    padding: 12px 23px;
}

.video-section {
    background-color: #F8F8F8;
    padding: 13px 0 32px;
    margin: 40px auto;
}

.video-section__row {

}

.video-section__grid {
    margin-top: 37px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}

.video-section__item {
    display: block;
    border-radius: 2px;
    height: 51vw;
    overflow: hidden;
    position: relative;
}

.video-section__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-section__item button {
    height: 64px;
    padding: 0;
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    margin-top: -32px;
}

.video-section__item button svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-section__item:hover button {
    height: 80px;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.author-information {
    margin-top: 69px;
}

.author-information__row {
}

.author-information__profile {
}

.author-profile {
    padding: 24px;
    background-color: #F8F8F8;
    margin-top: 29px;
}

.author-profile__image {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.author-profile__image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.author-profile__content {
    margin-top: 25px;
}

.author-profile__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.author-profile__post {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.author-profile__level {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7C7C;
    margin-top: 8px;
}

.author-profile__level span {
    color: #000;
}

.author-profile__data {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7C7C;
    margin-top: 8px;
}

.author-profile__data span {
    color: #000;
}

.author-information__ratings {
    padding: 24px;
    background-color: #F8F8F8;
    margin-top: 24px;
}

.author-information__ratings-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.author-information__ratings-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.star-rating + .star-rating {
    margin-left: 8px;
}

.comment-section {
    margin-top: 65px;
}

.comment-section button {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 13px;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #B82B08;
    text-align: center;
    margin-top: 29px;
}

.comment-section button:hover {
    border: 2px solid #B82B08;
    padding: 12px;
}

.comment-section__list {
    margin-top: 32px;
}

.comment-section__item {
padding-bottom: 16px;
border-bottom: 1px solid #E0E0E0;
}

.comment-section__item + .comment-section__item {
    /*margin-top: 16px;*/
    /*border-top: 1px solid #E0E0E0;*/
    padding-top: 25px;
}

.comment-section__item-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.comment-section__item-photo {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #E7E7E7;
    background-image: url('/local/templates/roso/images/avatar.svg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    flex: 0 0 48px;
    margin-right: 16px;
}

.comment-section__item-information {
}

.comment-section__item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.comment-section__item-data {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
    opacity: 0.5;
}

.comment-section__item-text {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.answer-section {
    margin-top: 71px;
    padding-top: 12px;
    border-top: 1px solid #E0E0E0;
}

.answer-section h2 {
    font-size: 32px;
    line-height: 40px;
}

.answer-section__row {
}

.answer-section__list {
    margin-top: 43px;
}

.answer-section__item {
    border: 1px solid #E0E0E0;
    padding: 24px 16px;
}

.answer-section__item + .answer-section__item {
    margin-top: 16px;
}

.answer-section__item-top {
    font-size: 18px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 25px;
    padding-right: 45px;
    color: #000;
    cursor: pointer;
}

.answer-section__item-top svg {
    top: 0;
    right: 0;
    stroke: #000;
    position: absolute;
    height: 24px;
    width: 24px;
    transition: 0.2s;
}

.answer-section__item-top.active {
    color: #B82B08;
}

.answer-section__item-top.active svg {
    transform: scaleY(-1);
    stroke: #B82B08;
}

.answer-section__item-bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: none;
    margin-top: 16px;
    border-top: 1px solid #E0E0E0;
    padding-top: 13px;
}


.article-item {
    border: 1px solid #E0E0E0;
    display: block;
}

.article-item__picture {
    height: 180px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .article-item__picture {
        height: 255px;
    }
    .not-desctop {
        display: none;
    }
}

.article-item__picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-item__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 200px);
    justify-content: space-between;
}

.article-item__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-top: 16px;
    transition: 0.2s;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .article-item__name {
        font-size: 20px;
    }
}

.article-item__description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 100%;
    letter-spacing: 0em;
    text-align: left;
    color: #7c7c7c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-item__author {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    margin: 16px auto;
    width: 100%;
}

.article-item__author-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #E7E7E7;
    background-image: url('/local/templates/roso/images/avatar.svg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    flex: 0 0 40px;
}

.article-item__author-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-item__author-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    text-align: left;
    margin-left: 17px;
}

.article-item__author-name span {
    display: block;
    color: #7c7c7c;
    margin-top: 2px;
}

.article-item__data-publication {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.rating-article__ico {
    height: 24px;
    width: 24px;
}

.rating-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
}

.rating-article__ico svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: conatin;
    object-position: center;
}

.rating-article__stats {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin-left: 9px;
}

.rating-article__stats span {
    color: #7c7c7c;
}

.article-item__data-publication-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #7c7c7c;
}

.article-item__data-publication-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-right: 8px;
}

.article-item:hover .article-item__name {
    color: #B82B08;
}

.more-articles {
    margin-top: 32px;
    padding-top: 12px;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 90px;
}

.more-articles__slider {
    margin-top: 37px;
}

.owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -36px;
}

.catalog-item__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 17px;
}

.social-page-nets {
    display: none;
}

@media (min-width: 630px) {
    .first-screen__description {
        margin-top: 26px;
    }
    .first-screen__title {
        font-size: 62px;
        margin-top: 28px !important;
    }
    .first-screen__time {
        width: 100%;
        margin-left: 20px;
        justify-content: space-between;
    }
    .first-screen__bottom {
        margin-top: 56px;
    }
    .first-screen__rating {
        white-space: nowrap;
    }
    .theme-section__row a {
        font-size: 12px;
        letter-spacing: 0.02em;
    }
    .content-page__row h2 {
        font-size: 31px;
    }
    .content-page {
        margin-top: 32px;
    }
    h2 {
        font-size: 32px;
    }
    .catalog-item__information {
        display: grid;
        grid-template-columns: auto 223px;
        grid-auto-flow: column;
        grid-gap: 60px;
    }
    .catalog-item__info-cell {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .online-consultation button {
        width: fit-content;
        padding: 13px 24px;
    }
    .online-consultation {
        margin: 40px auto 50px;
    }
    .video-section__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
    .video-section__item {
        height: 26vw;
        max-height: 180px;
    }
    .author-information__grid {
        margin-top: 40px;
    }
    .author-information__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
    .author-profile {
        margin-top: 0;
    }
    .author-information__ratings {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .comment-section__row {
        display: grid;
        grid-template-columns: auto 218px;
        grid-gap: 10px;
    }
    .comment-section__row h2 {
        margin: 0;
    }
    .comment-section button {
        margin-top: 0;
    }
    .comment-section__list {
        grid-column: span 2 / auto;
        margin-top: 20px;
    }
    .comment-section__item-information {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .comment-section__item-data {
        margin-top: 0;
        margin-left: 20px;
    }
    .comment-section__item-top {
        align-items: center;
    }
    .theme-section {
        padding: 16px 0px 14px;
    }
    .answer-section {
        margin-top: 51px;
        padding-top: 12px;
    }
}

@media (min-width: 992px) {
    .first-screen .wrapper {
        padding-left: 32px;
        padding-right: 25px;
    }
    .first-screen {
        padding-right: 448px;
        position: relative;
    }
    .first-screen__title {
        letter-spacing: 0.8px;
    }
    .first-screen__bottom {
        margin-top: 67px;
    }
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .first-screen__picture {
        display: block;
        width: 448px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .first-screen__picture img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    .first-screen__time-public {
        font-size: 16px;
    }
    .first-screen__time-view {
        font-size: 16px;
    }
    .content-page .wrapper {
        padding-left: 112px;
        padding-right: 112px;
    }
    .content-page__row h2 {
        font-size: 38px;
        letter-spacing: 0.024em;
        margin-bottom: 31px;
    }
    .content-page {
        margin-top: 44px;
    }
    .content-page__row img {
        margin: 42px auto 96px;
    }
    h2 {
        font-size: 40px;
    }
    .content-page__catalog {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .catalog-item__grid {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .catalog-item__information {
        grid-gap: 42px;
    }
    .catalog-item__info {
        grid-gap: 32px;
    }
    .big-stroke {
        font-size: 25px;
        font-weight: 400;
        margin-top: 43px;
        display: block;
        line-height: 34px;
    }
    .online-consultation {
        margin: 52px auto 50px;
        padding: 27px 0 50px;
    }
    .online-consultation .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .online-consultation h2 {
        line-height: 52px;
        letter-spacing: 0;
        margin-bottom: 13px;
        max-width: 439px;
    }
    .online-consultation__row {
        position: relative;
    }
    .online-consultation button {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .video-section .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .video-section {
        background-color: #F8F8F8;
        padding: 32px 0 49px;
        margin: 51px auto;
    }
    .video-section__item {
        max-height: 240px;
    }
    .author-information .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .author-information {
        margin-top: 102px;
    }
    .author-information__grid {
        grid-template-columns: auto 300px;
    }
    .author-profile {
        padding: 34px 42px;
    }
    .author-profile__image {
        width: 120px;
        height: 120px;
        flex: 0 0 120px;
    }
    .author-profile {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .author-profile__content {
        margin-top: 0;
        margin-left: 24px;
    }
    .author-information__ratings-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
    }
    .author-information__ratings-line {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 32px;
    }
    .comment-section .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .comment-section {
        margin-top: 104px;
    }
    .answer-section .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .answer-section {
        margin-top: 66px;
        padding-top: 32px;
        border-top: 1px solid #E0E0E0;
    }
    .answer-section h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .answer-section__item {
        padding: 30px 42px;
    }
    .answer-section__item-top {
        font-size: 20px;
    }
    .answer-section__item-bottom {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        display: none;
        margin-top: 25px;
        border-top: 1px solid #E0E0E0;
        padding-top: 19px;
    }
    .more-articles .wrapper {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }
    .more-articles {
        margin-top: 47px;
        padding-top: 32px;
        margin-bottom: 80px;
    }

    .contents-page-row {
        position: relative;
    }

    .social-page-nets {
        display: block;
        position: sticky;
        left: 33px;
        width: 25px;
        top: calc(50vh - 58px);
    }

    .social-page-nets a {
        height: 25px;
        width: 25px;
        display: block;
    }

    .social-page-nets a svg {
        height: 24px;
        width: 24px;
        display: block;
    }

    .social-page-nets a + a {
        margin-top: 24px;
    }

    .social-page-nets li + li {
        margin-top: 20px !important;
    }
}

@media (min-width: 1200px){
    .first-screen {
        padding-right: 0;
    }
    .first-screen .wrapper {
        padding-left: 140px;
        padding-right: 201px;
        position: relative;
    }
    .first-screen__row:after {
        bottom: initial;
        top: 92px;
    }
    .first-screen__row {
        padding: 39px 448px 40px 0;
    }
    .first-screen__title {
        margin-top: 72px !important;
    }
    .first-screen__description {
        margin-top: 29px;
        line-height: 23px;
        letter-spacing: 0.024em;
        max-width: 540px;
    }
    .first-screen__bottom {
        margin-top: 134px;
    }
    .first-screen__picture {
        width: 45vw;
    }
    .content-page .wrapper {
        padding-left: 140px;
        padding-right: 140px;
    }
    .content-page__row h2 {
        font-size: 46px;
        letter-spacing: 0.02em;
        margin-bottom: 32px;
    }
    .content-page {
        margin-top: 50px;
    }
    /* .social-page-nets {
        top: -10px;
    } */
    .content-page__row img {
        margin: 42px auto 61px;
    }
    h2 {
        font-size: 48px;
    }
    .content-page__catalog {
        margin-top: 72px;
        margin-bottom: 75px;
    }
    .catalog-lisst {
        margin-top: 53px;
    }
    .catalog-item {
        padding: 16px;
        grid-template-columns: 285px auto;
    }
    .catalog-item__name {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .big-stroke {
        margin-top: 53px;
    }
    .online-consultation {
        margin: 66px auto 74px;
        padding: 43px 0 64px;
    }
    .online-consultation .wrapper {
        max-width: 1291px;
    }
    .online-consultation__description {
        margin-top: 26px;
    }
    .video-section {
        margin: 66px auto;
        padding: 51px 0 64px;
    }
    .video-section .wrapper {
        max-width: 1290px;
    }
    .video-section__grid {
        margin-top: 53px;
    }
    .video-section__item {
        max-height: 304px;
    }
    .author-information {
        margin-top: 90px;
    }
    .author-information .wrapper {
        max-width: 1290px;
    }
    .author-information__grid {
        margin-top: 53px;
    }
    .author-information__grid {
        grid-template-columns: auto 327px;
    }
    .comment-section {
        margin-top: 87px;
    }
    .comment-section .wrapper {
        max-width: 1290px;
    }
    .comment-section__row {
        grid-gap: 28px;
    }
    .answer-section .wrapper {
        max-width: 1290px;
    }
    .answer-section {
        margin-top: 52px;
        border-top: initial;
    }
    .answer-section__item {
        padding: 27px 42px;
    }
    .more-articles {
        margin-top: 66px;
        padding-top: 51px;
    }
    .more-articles .wrapper {
        max-width: 1290px;
    }
    .more-articles__slider {
        margin-top: 53px;
        padding-left: 1px;
        padding-right: 1px;
    }
    .article-item__picture {
        height: 200px;
    }
}

.catalog-item__counters {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.catalog-item__inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #BDBDBD;
}

.catalog-item__counters input {
    height: 38px;
    border: none;
    text-align: center;
    width: 44px;
}

.btn-inputs-count {
    height: 38px;
    width: 38px;
    flex: 0 0 38px;
    border: none;
    background: none;
    font-size: 25px;
}

.btn-inputs-count:hover {
    color: #B82B08;
}

.in-cart-add {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    border: none;
    text-align: center;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 8px 16px 8px 16px;
}

.rating {
    pointer-events: none;
}

.rating * {
    user-select: none;
    outline: 0 !important;
    box-shadow: none;
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

input[type=radio] + input[type=radio] {
    margin-left: 7px;
}

/* make the current radio visually hidden */
input[type=radio] {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    user-select: none;
    height: 25px;
    display:inline;
    width: 25px;
    cursor: pointer;
    pointer-events: all;
    outline: none;
    box-shadow: none; /* remove shadow on invalid submit */
}

/* generated content is now supported on input. supporting older browsers? change button above to {position: absolute; opacity: 0;} and add a label, then style that, and change all selectors to reflect that change */
input[type=radio]::after {
    content: '\2605';
    font-size: 32px;
    line-height: 25px;
    height: 25px;
}

/* by default, if no value is selected, all stars are grey */
input[type=radio]:invalid::after {
    color: #ddd;
}

/* if the rating has focus or is hovered, make all stars darker */
.rating:hover input[type=radio]:invalid::after,
.rating:focus-within input[type=radio]:invalid::after {
    color: #B82B08;
}

/* make all the stars after the focused one back to ligh grey, until a value is selected */
.rating:hover input[type=radio]:hover ~ input[type=radio]:invalid::after,
.rating input[type=radio]:focus ~ input[type=radio]:invalid::after {
    color: #ddd;
}

/* if a value is selected, make them all selected */
.rating input[type=radio]:valid {
    color: #B82B08;
}
/* then make the ones coming after the selected value look inactive */
.rating input[type=radio]:checked ~ input[type=radio]:not(:checked)::after {
    color: #ccc;
    content: '\2606'; /* optional. hollow star */
}


.owl-carousel_2 .article-item {
    display: block !important;
}


.ya-share2__list {
    position: absolute;
    left: 0;
    top: 0;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/catalog.section/catalog_in_article/style.min.css?16977981383212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/roso/components/bitrix/catalog.section/catalog_in_article/themes/blue/style.min.css?1697798139706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/roso/components/bitrix/news.list/videos_in_article/style.css?1700826916150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/news.detail/author_in_detail_article/style.css?1698391898155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/news.list/faq_in_article_detail/style.css?1698398962150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/news.list/similar_articles/style.css?1698403282150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/form.result.new/comment_popap_in_article_detail/style.css?1698835412666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/roso/components/bitrix/form.result.new/comment_popap_in_article_detail/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/roso/components/bitrix/form.result.new/comment_popap_in_article_detail/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/roso/components/bitrix/form.result.new/consultation_popap_in_article_detail/style.css?1698841454666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/roso/components/bitrix/form.result.new/consultation_popap_in_article_detail/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/roso/components/bitrix/form.result.new/consultation_popap_in_article_detail/images/icon_warn.gif);
}
/* End */
/* /local/templates/roso/css/override.css?17273337038317 */
/* /local/templates/roso/css/detail.css?171827073829819 */
/* /local/templates/roso/components/bitrix/catalog.section/catalog_in_article/style.min.css?16977981383212 */
/* /local/templates/roso/components/bitrix/catalog.section/catalog_in_article/themes/blue/style.min.css?1697798139706 */
/* /local/templates/roso/components/bitrix/news.list/videos_in_article/style.css?1700826916150 */
/* /local/templates/roso/components/bitrix/news.detail/author_in_detail_article/style.css?1698391898155 */
/* /local/templates/roso/components/bitrix/news.list/faq_in_article_detail/style.css?1698398962150 */
/* /local/templates/roso/components/bitrix/news.list/similar_articles/style.css?1698403282150 */
/* /local/templates/roso/components/bitrix/form.result.new/comment_popap_in_article_detail/style.css?1698835412666 */
/* /local/templates/roso/components/bitrix/form.result.new/consultation_popap_in_article_detail/style.css?1698841454666 */
