hr{
    border: none;
    border-top: 1px solid #CFCFCF;
    height: 0;
    width: 100%;
}

.comments__title {
    display: none;
}

.tabs__item.active a,
.tabs__item .tabs__link:hover {
    color: #000000;
}

.search-panel__row {
    color: white;
}

.article__body p {
    font-size: 19px;
}

.article__body ol {
    padding-left: 20px;
    list-style-type: decimal;
    font-size: 19px;
    font-weight: 300;
    max-width: 670px;
}

.article__body ul {
    padding-left: 20px;
    list-style-type: circle;
    max-width: 670px;
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

.article__body blockquote.author {
    background-color: transparent;
    background-image: none;
    border: 2px solid #FECC43;
}

.article__body blockquote.author h2 {
    padding: 20px 0 0;
}

.article__body blockquote.author p {
    padding-top: 30px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
}

.article__body blockquote.author h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.article__body blockquote.author span {
    padding-top: 5px;
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #4f4f4f;
}

.article__body blockquote.author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.quote-author {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card--half .card__title {
    font-size: 22px;
}

.article__socials {
    padding-top: 40px;
    border-top: 1px solid #00000021;
}

.article-socials__link {
    margin-right: 23px;
}

.article-socials__title {
    padding-bottom: 10px;
}

.service-banner__content {
    z-index: 1;
}

.header-panel-menu__item {
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 35px;
    height: 72px;
    padding-top: 28px;
}

.article__body q {
    display: flex;
    align-items: center;
    padding-left: 0;
    max-width: 670px;
}

.article__info {
    justify-content: space-between;
    padding: 20px 0;
    align-items: end;
}

.article__time {
    margin-right: 0;
}
.article__tags {
    display: flex;
    flex-wrap: wrap;
    text-transform: lowercase;
}
.article__body .article__tags a {
    background-color: #F1F1F1;
    padding: 5px 15px;
    display: flex;
    margin-right: 14px;
    color: #858585;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14.9109px;
    line-height: 140%;
    margin-top: 14px;
    text-decoration: none;
    border-bottom: none;
}
.article-card__img-wrapper {
    max-height: 100%;
    text-align: inherit;
    width: 320px;
    height: 320px;
    position: relative;
}

.article-card__img {
    width: auto;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    filter: brightness(0.8);
}

.article-card__content {
    position: absolute;
    bottom: 0;
}

.article-card__title {
    text-shadow: 0px 0px 4px #000;
}


/* .card__label.kvartira, .search-panel-card__label.kvartira {
    background-color: #D12D26;
    color: #ffffff;
}

.card__label.dom, .search-panel-card__label.dom {
    background-color: #FECC43;
}

.card__label.ofis, .search-panel-card__label.ofis {
    background-color: #FFFFFF;
} */

.h1-background.kvartira {
    background-color: #D12D26;
    color: #ffffff;
}

.h1-background.dom {
    background-color: #FECC43;
}

.h1-background.ofis {
    background-color: #FFFFFF;
}

.header-panel-menu__submenu-wrapper {
    overflow: hidden;
}

.header-panel__logo-wrapper {
    margin-left: -10px;
}

.account-body__content .msfavorites {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 6px 6px;
}

.comments__content #comment-editor {
    width: 100%;
}

.article__socials .article-grade .article-grade__row {
    display: flex;
    align-items: center;
    float: none;
    margin: 0;
}

.article__socials .article-grade .article-grade__col {
    display: flex;
    align-items: center;
    margin: 0;
    vertical-align: initial;
    margin-right: 20px;
    width: 70px;
    position: relative;
}

.article__socials .article-grade .article-grade__col:last-child {
    margin-right: 0;
}

.article__socials .article-grade .article-grade__counter {
    position: absolute;
    right: 0px;
    top: 14px;
    font-size: 1em;
}

.comment-body__left {
    width: 100%;
    max-width: none;
}

.social_auth {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.account-comment__text:after {
    background: none;
}

.voted .comment-grade__icon {
    background-image: url(../img/icon_hand-simple-like.svg);
}

.voted .comment-grade__icon--dislike {
    background-image: url(../img/icon_hand-simple-dislike.svg);
}

.card__content-bottom .card__counter {
    position: relative;
}
.header-panel-menu__submenu-content-center {
    width: 100%;
}
.header-submenu__col {
    width: auto;
    padding: 0;
    margin-right: 24px;
}
.header-submenu {
    justify-content: center;
}
.header-submenu__col:last-child {
    margin-right: 0;
}
.header-submenu__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.filter_block_tags {
    margin-top: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter_block_tags .tag_item {
    margin-right: 34px;
    margin-bottom: 24px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
}
.filter_block_tags .tag_item:last-child {
    margin-right: 0;
}
.filter_block_tags .tag_item.active {
    color: #C4C4C4;
}
.all_blocks_tags {
    margin-top: 44px;
}
.all_blocks_tags .tags_all .tag-item:nth-child(n+9) {
    display: flex;
}

.article__body blockquote.author.autor-blockquote-line {
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    padding: 23px;
    max-width: 670px;
}

.article__body blockquote.author.autor-blockquote-line .quote-author {
    padding: 0;
    margin-bottom: 25px;

}

.article__body blockquote.author.autor-blockquote-line .quote-author img {
    margin: 0;
}

.article__body blockquote.author.autor-blockquote-line h4 {
    font-weight: 700;
}

.article__body blockquote.author.autor-blockquote-line span {
    padding: 0;
}

.article__body blockquote.author.autor-blockquote-line .quote-author-text {
    border-left: 3px solid #FECC43;
    margin: 0;
    margin-left: 28px;
}

.article__body blockquote.author.autor-blockquote-line .quote-author-text ol{
    padding-left: 42px;
    padding-top: 15px;
}
.article__body blockquote.author.autor-blockquote-line .quote-author-text ol li{
    padding-bottom: 10px;
}

.article__body blockquote.author.autor-blockquote-line .quote-author-text p {
    font-weight: 300;
    padding: 0;
    font-size: 19px;
    line-height: 32px;
    color: #000000;
    padding-left: 22px;
}

.article__body blockquote.author.autor-blockquote-line .quote-author-text h3{
    padding-left: 22px;
}

.article__body blockquote.author.autor-blockquote-line .quote-author-text img{
    border-radius: 0;
    width: 100%;
    height: inherit;
    padding-left: 22px;
}

.photo-block{
    margin-top: 20px;
    margin-bottom: 36px;
}

.photo-block--2 .photo-block-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.photo-block--3 .photo-block-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;    
}

.photo-block img{
    margin-bottom: 0;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 0;
}
.photo-block a{
    margin-top: 20px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    background: #FECC43;
    border-radius: 3px;
    border: none;
    width: 100%;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.photo-block a:hover{
    background: #000;
    color: #fff;
}

.msfavorites.button-favorites.load.voted .button-favorites__icon{
    margin-left: 5px;
}

.block_tags {
    display: flex;
    justify-content: space-between;
}
.block_tags.close {
    justify-content: flex-end;
}
.block_tags .tags_all {
    display: flex;
    width: calc(100% - 128px);
    justify-content: center;
    margin-left: 200px;
    margin-right: 72px;
    flex-wrap: wrap;
}
.block_tags .tags_all.hidden,
.tags_all .tag-item:nth-child(n+9) {
    display: none;
}

.tags_all .tag-item {
    width: auto;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-bottom: 14px;
    margin-left: 7px;
    border-radius: 3px;
}
.tag-item a {
    padding: 5px 14px;
    border-radius: 3px;
}
.tag-item__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14.9109px;
    line-height: 140%;
    text-transform: lowercase;
}

.all_category_tags {
    position: relative;
    border-radius: 3px;
    width: 128px;
    height: 32px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    background-color: #FECC43;
    padding-right: 30px;
    cursor: pointer;
    border: 1px solid transparent;
}
.all_category_tags.open {
    background-color: transparent;
    border: 1px solid #c4c4c4;
}
.all_category_tags span:before {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../img/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 19px;
    top: 12px;
}
.all_category_tags.open span:before {
    transform: rotate(-180deg);
}
.all_tags_block {
    display: none;
    background-color: white;
    padding: 38px;
    flex-wrap: wrap;
    flex-direction: column;
}
.all_tags_block.open {
    display: flex;
    margin-top: 20px;
}
.btn-link-all-tags {
    margin-top: 18px;
    width: 237px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FECC43;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}
.tags-items-block {
    display: flex;
    flex-wrap: wrap;
}
.tags-items-block .tag-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.all_tags_block .tag-item__title {
    text-decoration-line: underline;
}
.all_tags_block .tag-item a {
    padding: 0;
}
.tags_all {
    justify-content: center;
}
#pdopage .btn_more_tags {
    padding: 5px 35px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14.9109px;
    line-height: 140%;
    border: 1px solid #cecece;
    border-radius: 3px;
    margin-top: 40px;
    cursor: pointer;
    width: auto;
}
#search-icon-mobile {
    display: none;
}
.small-photo{
    display: flex;
    gap: 30px;
}
.small-photo img{
    width: auto;
}
.button_more {
    width: 100%;
    display: flex;
    height: 48px;
}
.btn--more {
    width: 129px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    cursor: pointer;
    background: #FECC43;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 29px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

@media (max-width: 1299px) {
    .header-panel-menu {
        width: initial;
    }
    .header-panel-mobile-menu-icon{
        display: none;
    }
    .search-icon-mobile__close{
        display: none;
    }
    .header-login{
        width: initial;
    }
    #search-icon-mobile {
        display: block;
    }
    .header-search.open .search-icon-mobile__open{
        display: none;
    }
    .header-search.open .search-icon-mobile__close{
        display: block;
    }
    .header-panel-menu__item a.header-panel-menu__link {
        pointer-events: none;
    }
    .header-panel-menu__submenu-wrapper {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .h1-background {
        margin-top: 20px;
        padding: 5px 30px 45px 0px;
        text-align: left;
    }
    .block_tags {
        flex-wrap: wrap;
    }
    .block_tags .tags_all {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
    .tags_all .tag-item {
        margin-right: 14px;
        margin-bottom: 14px;
        margin-left: 0px;
    }
    .button_all_tags {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .block_tags.close {
        justify-content: flex-start;
        margin-top: -35px;
    }
    .all_category_tags.open {
        margin-top: -31px;
    }
    .all_tags_block.open {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .all_tags_block {
        padding: 30px 15px;
    }
    .tags-items-block .tag-item {
        width: 50%;
    }
    .btn-link-all-tags {
        width: 100%;
    }
    .tags-items-block .tag-item:nth-child(13),.tags-items-block .tag-item:nth-child(14) {
        margin-bottom: 59px;
    }
}
@media (max-width: 767px) {
    
    .header-panel__right {
        /* margin-right: 16px; */
    }
    
    .header-panel-mobile-menu-icon {
        display: block;
        margin-left: 20px;
    }

    #search-icon-mobile.hidden {
        display: none;
    }
}
@media (max-width: 575px) {
    .article__body blockquote.author.autor-blockquote-line {
        padding: 15px;
    }

    .article__body blockquote.author.autor-blockquote-line .quote-author-text {
        margin: 15px 0 0;
        padding-left: 0;
    }

    .article__body blockquote.author.autor-blockquote-line .quote-author-text p {
        font-size: 18px;
        line-height: 28px;
        padding-left: 8px;
    }
    .article__body blockquote.author.autor-blockquote-line .quote-author-text h3 {
        padding-left: 8px;
    }
    .article__body blockquote.author.autor-blockquote-line .quote-author-text img {
        padding-left: 8px;
    }
    .btn--more{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    .photo-block--3 .photo-block-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    .article__body p {
        font-size: 18px;
        line-height: 28px;
    }
   .article__body ul li {
        font-size: 18px;
    }

    .article__body blockquote.author p {
        font-size: 18px;
        line-height: 28px;
    }

    .article__body q:before {
        position: absolute;
    }
    .article__info {
        flex-direction: column;
        align-items: flex-start;
    }
    .article__tags {
        margin-bottom: 24px;
    }
    .article__time {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .accordeon-body__content div {
        flex-basis: 48% !important;
    }
    .accordeon-body__content div .accordeon-body__content-link {
        display: none !important;
    }
}
.accordeon-wrapper {
    margin-bottom: 30px;
}
.accordeon-wrapper-title {
    padding: 34px 0;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
}
#accordeon {
  width: 100%;
}
.accordeon-body__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
}

.accordeon-body__content h3{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 15px;
}
.accordeon-body__content p{
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 15px;
}

.accordeon-body__content div {
    flex-basis: 23%;
    margin-bottom: 35px;
    margin-right: 2%;
}
.accordeon-body__content div img {
    margin: 0 0 14px 0;
    border: 1px solid #CFCFCF;
    padding: 5px;
}
.accordeon-body__content div p {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: black;
    max-width: 186px;
}
.accordeon-body__content div .accordeon-body__content-link {
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    transition: .3s;
    opacity: 0;
    color: black;
    padding: 7px 12px;
    background: #FECC43;
} 
.accordeon-body__content div:hover a {
    opacity: 1;
}
.accordeon-head {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
}

.article__body .accordeon-head img {
    width: 10px;
    height: 6px;
    margin: 0 5px 0 0;
    transform: rotate(180deg);
}
.accordeon-activ {
    transform: rotate(0deg) !important;
}
.accordeon-body {
  padding: 10px 0px;
  margin-bottom: 5px;
  display: none;
}
.line-wrap__line .choice-ico{
    background: none;
    display: inline-flex;
    height: inherit;
}
.article_table_content_wrapper {
    position: fixed;
    top: 195px;
    left: -1000px;
    background: #F6F6F6;
    border-radius: 3px;
    padding: 21px 20px;
    width: 300px;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
}

.article_table_content_wrapper--fixed {
    opacity: 1;
    left: auto;
}

.active-table-item:before {
    content: '';
    background-image: url(/assets/image/article_image/item-active-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #FECC43;
    border-radius: 50px;
    background-position: center;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    background-size: 8px;
}

.article_table_conten-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
}
.article_table_content ol li{
    margin: 15px 0;
}
.article_table_content ol li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-decoration: underline;
}
.article_table_content ol li a:hover{
    text-decoration: none;
}
/* картинка на странице */
.minimized {
  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;
}
.minimized:hover {
  border: 1px solid yellow;
}
/* увеличенная картинка */
#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 500px;
  height: auto;
  z-index: 9999;
}
#magnify img {
  width: 100%;
}
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {
 25% { transform: rotate(360deg); }
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

figure.containerZoom{
    background-position:50% 50%;position:relative;width:100%;overflow:hidden;cursor:zoom-in;margin:0
}

figure.containerZoom img{
    transition:opacity .5s;display:block;width:100%
}

figure.containerZoom.active img{
    opacity:0
}

.photo-source{
    margin-bottom: 26px;
}

.photo-source a{
    border-bottom: 1px solid #6C6C6C;
}

.photo-source p{
    font-size: 16px;
    line-height: 21px;
    color: #6C6C6C;
}
.article__body blockquote.author.autor-blockquote-line .quote-author-text .photo-source p{
    font-size: 16px;
    line-height: 21px;
    color: #6C6C6C;
}
.photo-source img{
    margin-bottom: 10px;
}

blockquote.tiktok-embed{
    background: none;
    margin: 0 0 16px 0;
    padding: 0;
}
.contacts footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.grey-border{
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 24px 44px;
}
.yellow-title{
    border-radius: 3px;
    width: 100%;
    padding: 16px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.tiles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
}
.tiles-item{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    max-width: 212px;
}
.tiles-item img{
    width: inherit;
}
.tiles-item p{
    font-weight: 400;
}
.photo-desc-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.photo-desc-info span,
.photo-desc-info p,
.photo-desc-info a {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
}
.photo-desc-info p{
    font-weight: 300;
}
.photo-desc-info a{
    font-weight: 300;
    margin-bottom: 20px;
}
.table1{
    margin-top: 28px;
    margin-bottom: 68px;
}
.table1 td{
    border: 1px solid #CFCFCF;
    padding: 20px;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}
.table1 td.vertical-top{
    vertical-align: top;
}
.table1 td ul{
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}
.table1 td ul li{
    padding-bottom: 10px;
}
.table1 td b{
    font-family: Montserrat;
    font-weight: 600;
}
.table1 td:nth-child(1){
    padding-left: 20px;
}

.table2{
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.table2.small-f-col tr td{
    vertical-align: middle;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
}
.table2.small-f-col tr td:first-child{
    width: 5%;
}
.table2.small-f-col tr td:last-child{
    width: 50%;
}
.table2.small-f-col tr td a{
    font-size: 19px;
}

.table2 a{
  font-size: 15px;
  line-height: 19px;
  color: #000000;

}

.table2 td{
  padding: 20px;
  font-size: 15px;
  line-height: 19px;
  width: 25%;
  vertical-align: baseline;
}
.table2 td li{
   font-size: 15px;
  line-height: 19px; 
}
.table2 tr b{ 
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}
.table2 .table2-header{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table2 .table2-header td b{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.table2 tr:nth-child(odd){
  background: #F6F6F6;
} 

.table2 tr{
    border:none;
}
.table2 tr:first-child{
  background: transparent;
} 

.block-goods--article{
    margin-top: 0;
}
.block-goods--article .slick-list{
    padding: 15px 0;
}
.goods-card.goods-card--article{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    border: none;
    padding: 20px;
    row-gap: 5px;
}
.block-goods--article a{
    text-decoration: none;
}
.goods-card--article__buy-btn{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    background: #FECC43;
    border-radius: 3px;
    padding: 0 12px;
}
.goods-card.goods-card--article .goods-card__img{
    margin-top: 0;
    margin-bottom: 0;
}
.goods-card.goods-card--article .goods-card__img-wrapper{
    margin-bottom: 0;
}
.before-after{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 58px;
}
.before-after span{
    font-size: 16px;
    line-height: 21px;
    color: #6C6C6C;
    font-weight: 300;
    display: block;
}
.send-email{
    display: flex;
    background: #F6F6F6;
    border-radius: 3px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    padding: 40px;
    gap: 20px;
    justify-content: space-between;
    margin-top: 64px;
    align-items: center;
}
.send-email a{
    background: #FECC43;
    box-shadow: 0px 33px 80px rgba(78, 61, 19, 0.14), 0px 12.7111px 25.4815px rgba(78, 61, 19, 0.085037), 0px 2.68889px 6.51852px rgba(78, 61, 19, 0.054963);
    border-radius: 3px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    max-width: 326px;
    width: 100%;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-bottom: 1px solid transparent;
}
.send-email span{
    max-width: 500px;
}
.before-after img{
    margin-bottom: 10px;
}

.q-lead{
  margin-top: 39px;
}
.q-lead span{
  display: block;
  font-size: 29px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 46px;
}

/*START Всплывающая текстовая подсказка */
.tooltip{
    cursor: pointer;
    font-style: normal;
    background: #EAEAEA;
    border-radius: 3px;
    padding: 0px 3px 3px 3px;
    transition: 0.2s;
    position: relative;
}
.tooltip:hover{
    background: #D0D0D0;
}

.tippy-box[data-theme~='petrovich'] {
    background: #FFFFFF;
    box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.2);
    color: #000;
    position: relative;
}

.tippy-box[data-theme~='petrovich'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #FFFFFF;
}
.tippy-box[data-theme~='petrovich'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #FFFFFF;
}
.tippy-box[data-theme~='petrovich'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #FFFFFF;
}
.tippy-box[data-theme~='petrovich'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #FFFFFF;
}

.tippy-box[data-theme~='petrovich'] > .tippy-content {
    position: relative;
    display: flex;
    padding: 25px 50px 25px 25px;
    gap: 20px;
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
}

.tippy-box[data-theme~='petrovich'] > .tippy-content img{
    max-width: 240px;
    width: 100%;
}

.tippy-box[data-theme~='petrovich']:after{
    cursor: pointer;
    position: absolute;
    content: '';
    background: url('../img/tippy-close.png') no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
}
/*END Всплывающая текстовая подсказка */


/* START скрытый текст */

.show-more{
    max-width: 690px;
}
.show-more:before{
    content: '';
    border-top: 2px solid #E0E0E0;
    width: 100%;
    display: block;
    margin-bottom: 24px;
}
.show-more:after{
    content: '';
    border-top: 2px solid #E0E0E0;
    width: 100%;
    display: block;
    margin-top: 24px;
}
.show-more__title{
    background: #FECC43;
    border-radius: 3px;
    padding: 16px 45px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.show-more__title h4, .show-more__title span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.show-more__title span{
    display: none;
}

.show-more__content{
    display: none;
    padding-top: 34px;
}

.show-more .show-more__title svg{
    width: 100%;
    max-width: 14px;
}

.show-more.active .show-more__title h4{
    display: none;
}
.show-more.active .show-more__title span{
    display: inline;
}
.show-more.active .show-more__title svg{
    transform: rotate(180deg);
}
.show-more.active .show-more__content{
    display: block;
}
.show-more.active:after{
    margin-top: 4px;
}

.table-af-text{
    font-family: IBM Plex Sans;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
}

@media screen and (max-width: 769px){
    .table1 td{
        padding: 10px;
    }
    .table1 td:nth-child(1){
        padding-left: 8px;
    }
    .tiles{
        margin-top: 0;
    }
    .tiles-item{
        max-width: 100%;
    }
    .grey-border{
        padding: 24px 15px;
    }
    .photo-desc-info{
        flex-direction: column;
        gap: 0;
    }
    .photo-desc-info p, .photo-desc-info a{
        margin-bottom: 32px;
    }
    .accordeon-head{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .before-after span{
        font-size: 15px;
    }
    
    .tippy-box[data-theme~='petrovich'] > .tippy-content {
        flex-direction: column;
        padding: 15px 25px 15px 15px;
        gap: 20px;
        font-size: 15px;
        line-height: 21px;
        font-weight: 300;
    }
    .tippy-box[data-theme~='petrovich']:after{
        width: 10px;
        height: 10px;
        top: 8px;
        right: 8px;
    }
    
    .filters-wrapper{
        margin-bottom: 70px;
    }
    .btn-filter.btn-filter-tag-page{
        display: flex;
    }
    .contacts footer{
        position: initial;
    }
    .pagination-search{
        display: none;
    }
    .search-page-head__title b{
        display: block;
        margin-bottom: 8px;
        max-width: 80%;
    }
}
@media screen and (max-width: 992px){
    .send-email{
        display: flex;
        flex-direction: column;
        padding: 15px;
        margin-top: 34px;
    }
    .q-lead{
        margin-top: 24px;
    }
    .q-lead span{
        line-height: 38px;
        font-size: 23px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1200px){
    .article_table_content_wrapper{
        display: none;
    }
}

.section-search .msearch2 {
    display: flex;
}
  
#mse2_filters li:has(> label.disabled) {
    display: none;
} 

.tag-img_q-a img, .tag-img_instruction img, .tag-img_exp img, .tag-img_review img, .tag-img_check-list img{
    display: none;
}

.tag-img_video .tag-name{
    display: none;
}
.tag-img_test .tag-name{
    margin-left: 5px;
}

.card__tag img{
    width: 20px;
}

.filters-formats li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.filters-formats li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #504C4C;
    border-radius: 4px;
}

.filters-formats li:hover .checkmark{
    background-color: #FECC43;
    border: 1px solid #FECC43;
}

/* When the checkbox is checked, add a blue background */
.filters-formats li input:checked ~ .checkmark {
  background-color: #FECC43;
  border: 1px solid #FECC43;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filters-formats li input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filters-formats li .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filters-all-categories-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.btn-show-all-cats,
.btn-show-all-cats--tags-page{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #504C4C;
    gap: 8px;
    cursor: pointer;
    margin-top: 30px;
}

.btn-show-all-cats.active svg,
.btn-show-all-cats--tags-page.active svg {
    transform: rotate(180deg);
}

.btn-show-all-cats.hide{
    display: none;
}

.filters-all-categories{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #181818;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 140px;
    overflow: hidden;
}

.filters-all-categories.active{
    max-height: initial;
}
.filters-subcategories{
    padding-left: 16px;
}

.filters-subcategories .submenu_item a:hover{
    font-weight: 600;
    letter-spacing: 0;
}

.article-counter{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #504C4C;
    margin-top: 3px;
}

.search-page-head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.search-page-head__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504C4C;
}
.search-page-head__title b{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #504C4C;
    margin-right: 8px;
}
.pagination-search{
    position: absolute;
    bottom: 0;
    right: 0;
}
.pagination-search .pagination{
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 29px;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 0 10px;
}
.pagination-search .pagination:empty{
    display: none;
}
.pagination-search .pagination .page-link{
    width: 22px;
    height: 22px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    color: #504C4C;
}
.pagination-search .pagination .page-item.active{
    background: #FECC43;
    border-radius: 40px;
}
.pagination-search .pagination .page-item{
    border: 1px solid transparent;
    border-radius: 40px;
    transition: 0.2s;
}
.pagination-search .pagination .page-item:hover{
    border: 1px solid #504C4C;
}
.pagination-search .pagination .page-item.active:hover{
    border: 1px solid transparent;
}
.pagination-search .pagination .control:hover a svg line, .pagination-search .pagination .control:hover a svg path{
    transition: 0.2s;
}
.pagination-search .pagination .control:hover a svg line{
    stroke: #000;
}
.pagination-search .pagination .control:hover a svg path{
    fill: #000;
}
.pagination-search .pagination .control.disabled{
    display: none;
}

.empty-results{
    padding: 24px 24px 40px;
    background: #FFB800;
    border-radius: 16px;
    position: relative;
}
.empty-results__query{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: 0.03em;
    color: #504C4C;
    max-width: 75%;
}
.empty-results__text{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #504C4C;
}
.empty-results .search-field{
    background: transparent;
    border-bottom: 2px solid #fff;
    width: 60%;
    height: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.empty-results .search-field::placeholder{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.empty-results .msearch2{
    margin-top: 20px;
}
.empty-results .search-btn{
    margin-bottom: -10px;
}
.empty-results .search-btn path{
    stroke: #fff;
}
.empty-results .search-btn path:nth-child(2){
    fill: #fff;
}
.empty-search__img{
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 288px;
}
.empty-results__last-articles-title{
    margin-top: 64px;
    padding-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #504C4C;
}

@media screen and (max-width: 769px){
    .empty-results{
        margin-bottom: 90px;
    }
    .empty-results__query{
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .empty-results__text{
        font-size: 14px;
        line-height: 17px;
    }
    .empty-search__img{
        max-width: 187px;
        bottom: -80px;
    }
    .empty-results .msearch2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .section-search--mobile .msearch2{
        display: flex;
        justify-content: space-between;
    }
    .empty-results .search-field{
        width: 80%;
        font-size: 14px;
        line-height: 17px;
    }
    .search-page-head{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .search-page-head__title b{
        display: none;
    }
    .search-page-head .section-search--mobile{
        width: 100%;
        display: block;
        order: 1;
    }
    .section-search--mobile .search-submit{
        padding: 0;
    }
    .section-search.section-search--mobile .search-field{
        background: transparent;
        border-bottom: 2px solid #504C4C;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 115%;
        width: 88%;
        height: 35px;
        min-width: auto;
    }
    .search-page-head .search-page-head__title{
        margin-top: 8px;
        order: 2;
    }
}

.article__socials {display:flex; border-top: none; padding: 14px 0;}
.article__socials-title {font-size:16px !important;  color:#000; font-weight: 400 !important; padding-bottom: 2px !important;}
.article__socials-text {font-size:16px !important; color:#504C4C}

.article__socials-tg {
    text-align:right;
    display:flex;
}
.article__socials-tg-ico {
    width: 86px;
    height: 84px;
}

.xlike .xlike__link {
    border: none !important;
    opacity: 1;
}

.article-grade__icon:hover {
    background-image: url(../img/icon_hand-like-hover.svg);
}

.article-grade__icon--dislike:hover {
    background-image: url(../img/icon_hand-dislike-hover.svg);
}

.article-grade__icon:hover .article-grade__icon:active{
    background-image: url(../img/icon_hand-like-active.svg);
}

.article-grade__icon.xlike__link_active:hover {
    background-image: url(../img/icon_hand-like-active.svg);
}

.article-grade__icon:active {
    background-image: url(../img/icon_hand-like-active.svg);
}

.article-grade__icon--dislike:hover .article-grade__icon:active{
    background-image: url(../img/icon_hand-dislike-active.svg);
}

.article-grade__icon--dislike.xlike__link_active:hover {
    background-image: url(../img/icon_hand-dislike-active.svg);
}

.article-grade__icon--dislike:active {
    background-image: url(../img/icon_hand-dislike-active.svg);
}

@media (max-width: 767px) {
    .article__body ol {
    
    font-size: 18px;
    
}
.accordeon-body__content p {
    font-size: 18px;
}
    .article__socials {
        padding: 14px 0 24px 0;
    }
    .article__socials-tg {
        text-align: left;
        width: 100%;
        margin-top: 15px;
        justify-content: space-between;
    }   
    .article__socials-text-date {
        text-align: right;
    }
}
    
@media (max-width: 426px) {
    .article__socials-title-tg {
        width: 180px;
        line-height: 20px !important;
    }
}