.blog__menu {
    border-bottom: 1px solid #f1ebe6;
    margin-bottom: 30px;
}
.blog__menu-list {
    white-space: nowrap;
    overflow: auto;
}
.blog__menu-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.blog__menu-item {
    display: inline-block;
    padding: 15px 15px;
    font-size: 15px;
    border-top: 3px solid transparent;
}
.blog__menu-item a {}
.blog__menu-item.active {
    border-top: 3px solid #d0a66f;
}
.blog__menu-item.active a {
    color: #d0a66f;
}

.article-card {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
}
.article-card__wrapper {
    border: 0;
    margin-bottom: 0;
    box-shadow: 0 28px 20px 5px rgb(0 0 0 / 3%);
    background: #fff;
    border-radius: 7px;
    position: relative;
}
.article-card:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 10px;
    bottom: -10px;
    left: 10%;
    z-index: -1;
    box-shadow: 0 14px 44px rgb(0 0 0 / 18%);
    background: rgb(255, 255, 255);
    border-radius: 0 0 10px 10px;
    color: rgb(255, 255, 255);
}
.article-card__img {
    text-align: center;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    position: relative;
    max-height: 300px;
}
.article-card__img-link {
    display: block;
}
.article-card__img-wrap {}
.article-card__more {

    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: absolute;
    width: 145px;
    height: 145px;
    padding: 66px 0 65px;
    border-radius: 50%;
    background: #fff;
    top: calc(50% - 72.5px);
    left: calc(50% - 72.5px);
    z-index: 1;
}
.article-card__hover-layer {
    display: none;
}
.article-card__wrapper:hover .article-card__hover-layer {
    display: block;
}
.article-card__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.article-card__overlay--gold {
    background: linear-gradient(to right, rgba(201,155,103,0.8) 0%,rgba(255,233,164,0.8) 100%);
}
.article-card__caption {
    padding: 0 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 210px;
}
.article-card__info {
    display: flex;
    justify-content: space-between;
}
.article-card__info-left {	
    display: flex;
}
.article-card__viewed {
    margin-right: 20px;
}
.article-card__eye {
    background: url(../../../../../image/catalog/icon/eye.html) no-repeat;
    display: block;
    width: 15px;
    height: 10px;
    margin-right: 5px;


}
.article-card__clock {
    background: url(../../../../../image/catalog/icon/clock.html) no-repeat;
    display: block;
    width: 12px;
    height: 13px;
    margin-right: 5px;


}
.article-card__date, .article-card__viewed {
    display: flex;
    align-items: center;
    color: #9b9b9b;
    line-height: 18px;
}
.article-card__category {}

.article-card__category a {
	background-color: #d0a66f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 15px;
    text-decoration: none;
}
.article-card__name {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 130%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.article-card__name a {
    color: #171717;
    text-overflow: ellipsis;
    max-height: 60px;
    display: inline-block;
    line-height: 25px;
    text-decoration: none;
}
.article-card__description {
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 78px;
    overflow: hidden;
}

.article {}
.article__nav {
    margin-bottom: 60px;
    display: block;
}
.article__nav h2 {
    font-size: 18px;
    color: #171717;
    margin-bottom: 20px;
}
.article__nav-list {
    padding: 0px;
    list-style: none;
    line-height: 25px;
}
.article__nav-item {
    font-size: 15px;
    color: #4b4b4b;
}
.article__nav-item a {
    font-size: 15px;
    color: #4b4b4b;
    text-decoration: underline;
}
.article__info {
    display: flex;
}
.article__viewed {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.article__date {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.article__category {
    margin-right: 15px;
}
.article__category a {
    background-color: #d0a66f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 15px;
    text-decoration: none;
}
.article__rating {}
.article__rating-star {
    color: lightgrey;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -2px;
}
.article__rating-star--active {
    color: gold;
}

.article__rating-star::before {
    content: "★";
}
.article__rating-star--active::before {
    content: "★";
}
.article__description {
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}
.article__description h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #D0A66F;
    text-align: center;
    clear: both;
    margin: 40px 0 25px;
}

.article__description h2::before {
    content: '';
    display: block;
    width: 58px;
    height: 51px;
    margin: 0 auto 5px;
    background: url(../../../../../image/catalog/icon/art.png) 50% 50% no-repeat;
    background-size: contain;
}
.article__description h3 {
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 500;
}
.article__description img {
    max-width: 100%;
}
.article__description .thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inline;
}
.article__description .thumbnails .thumb {
    position: relative;
}
.article__description .thumbnail {
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
    background-color: transparent;
    border: 0;
}
.article__description .img-float-right {
    float: right;
    margin: 0 0 10px 20px;
}
.article__description .img-float-left {
    float: left;
    margin: 0 20px 10px 0;
}
.article__description .thumb .thumbnail {
    height: auto;
    display: block;
}
.article__description a {
    text-decoration: underline;
    color: #171717;
}

.article__description .linksBlock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: 10px;
}
.article__description .linksBlock a {
    background-color: #d0a66f;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 11px;
    border-radius: 15px;
    text-decoration: none !important;
    display: block;
    margin: 5px;
    text-decoration: none;
    line-height: 15px;
}
.article__description .listLinkJakor {
    margin-bottom: 20px;
}
.article__description .listLinkJakor a {
    display: inline-block;
    background: #D0A66F;
    padding: 5px 25px;
    border-radius: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 5px;
    color: #fff;
    text-decoration: none;
}
.article__description .topBlockBlog {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.article__description .topBlockBlog .topTextBlog {
    padding: 50px;
}
.article__description .topBlockBlog .topTextBlog p {
    margin-bottom: 20px;
}
.article__description .topBlockBlog .imagePopup img {
    max-width: 420px;
    width: 420px !important;
    cursor: pointer;
}
.article__description > ul {
    list-style-type: disc;
    padding-inline-start: 40px;
    margin-bottom: 10px;
}
.article__description ol {
    list-style-type: decimal;
    padding-inline-start: 40px;
    margin-bottom: 10px;
}

.article__description .article__products {
    line-height: initial;  
    margin-top: 50px;  
}

.article__rating-block {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: left;
}
.article__rating-title {
    color: #bbb;
    margin-bottom: 10px;
    padding-top: 10px;
}
.article__rating-area {
    overflow: hidden;
    width: 225px;
}
.article__rating-area:not(:checked) > input {
    display: none;
}
.article__rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
    display: block;
}
.article__rating-area:not(:checked) > label:hover, .article__rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.article__rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.article__rating-area:not(:checked) > label::before {
    content: "★";
}

.article__rating-area > input:checked + label:hover, .article__rating-area > input:checked + label:hover ~ label, .article__rating-area > input:checked ~ label:hover, .article__rating-area > input:checked ~ label:hover ~ label, .article__rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}

.article__author-block {
    max-width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28.7745px rgb(0 0 0 / 8%);
    border-radius: 6.25532px;
    width: 537.96px;
    height: 196.42px;
    align-items: center;
}
.article__author-image {
    min-width: 100px;
    height: 100px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.article__author-image img {
    max-width: 100%;
}
.article__author-info {}
.article__author-titleName {
    font-style: normal;
    font-weight: 400;
    font-size: 16.2638px;
    line-height: 27px;
    color: rgba(58, 58, 58, 0.5);
}
.article__author-name {
    color: #D0A66F;
    font-style: normal;
    font-weight: 700;
    font-size: 22.5191px;
    line-height: 41px;
}
.article__author-description {
    margin-top: 0;
    color: #3A3A3A;
    font-style: normal;
    font-weight: 500;
    font-size: 16.2638px;
    line-height: 27px;
}
.articles-next-prev-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.articles-next-prev-section-btn {
    margin: 8px;
    width: 266px;
    height: 47px;
    background: linear-gradient(90deg, #CA9C68 -32.62%, #FEE7A3 134.04%);
    border-radius: 5px;
    position: relative;
    padding: 0 22px;
}
.articles-next-prev-section-btn.prev {
    text-align: right;
}
.articles-next-prev-section-btn::before {
    content: '';
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 40px;
    height: 10px;
    background: url(../../../../../image/catalog/icon/arrowBlog.html) no-repeat;
}

.articles-next-prev-section-btn.prev::before {
    rotate: 180deg;
    right: unset;
    left: 22px;
    top: 17px;
}
.articles-next-prev-section-btn a {
    color: white;
    padding: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
}
.articles__block-button {
    margin-top: 35px;
}
.articles__block-button a {
    width: 295px;
    height: 58px;
    background: linear-gradient(90deg, #CA9C68 -32.62%, #FEE7A3 134.04%);
    border-radius: 5.40426px;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    font-size: 21.617px;
    line-height: 55px;
    padding: 0;
    display: block;
    margin: auto;

}
.articles__related-heading {
    margin-bottom: 30px;
}
.other-bukets {
    /*display: none;*/
}
.other-bukets .h3 {
    text-align: center;    
}

.other-bukets .h3.h3-like-h2 {
    color: #d0b080;
    margin-bottom: 25px;
}
.product-thumb .image a {
    width: 100%;
}
.row {    
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.row .product-layout {    
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 34px;
}
.row .product-layout.col-lg-12 {   
    width: calc(100% / 12 * 12);
}
.row .product-layout.col-lg-6 {   
    width: calc(100% / 12 * 6);
}
.row .product-layout.col-lg-4 {   
    width: calc(100% / 12 * 4);
}
.row .product-layout.col-lg-3 {   
    width: calc(100% / 12 * 3);
}
.row .product-layout.col-lg-2 {   
    width: calc(100% / 12 * 2);
}
.row .product-layout.col-lg-1 {   
    width: calc(100% / 12 * 1);
}
.other-bukets .product-thumb, .categories .product-thumb {
    position: relative;
    border: 0;
    margin-bottom: 0;
    box-shadow: 0px 4px 4px #f7f7f7;
    background: #fff;
    border-radius: 10px;
}
.other-bukets .product-thumb .image, .categories .product-thumb .image {
    text-align: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.other-bukets .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.other-bukets .product-thumb .h4, .other-bukets .product-thumb h4, .categories .product-thumb .h4, .categories .product-thumb h4 {

    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    border-bottom: 8px solid transparent;
    box-shadow: 0 1px 0 0 #e5eaec;
    text-overflow: ellipsis;
    margin: 7px 0 15px;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-bukets .product-thumb .btn-to-product, .categories .product-thumb .btn-to-product {
    text-align: center;
    line-height: 100%;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 0;
    width: 150px;
    margin: 0 auto 24px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    background: rgb(201,155,103);
    background: -moz-linear-gradient(left, rgba(201,155,103,1) 0%, rgba(255,233,164,1) 100%);
    background: -webkit-linear-gradient(left, rgba(201,155,103,1) 0%,rgba(255,233,164,1) 100%);
    background: linear-gradient(to right, rgba(201,155,103,1) 0%,rgba(255,233,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99b67', endColorstr='#ffe9a4',GradientType=1 );
    border: 0;
    border-bottom: 3px solid #d59a6a;
    border-radius: 6px;
    box-shadow: 0 10px 35px rgb(255 111 55 / 20%);
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
}




.module-latestblog {}
.latestblog {}
.module-heading {}
.module-latestblog__heading {}
.module-latestblog__wrap {}
.latestblog__slider-wrap {}
.article-card-list {
    margin: 0px -15px;
}
.article-more-block-button {
    display: none;
}
@media (max-width: 1023px) {
    .row .product-layout.col-md-6 {   
        width: calc(100% / 12 * 6);
    }
    .row .product-layout.col-md-4 {   
        width: calc(100% / 12 * 4);
    }
    .row .product-layout.col-md-3 {   
        width: calc(100% / 12 * 3);
    }
    .row .product-layout.col-md-2 {   
        width: calc(100% / 12 * 2);
    }
}

@media (max-width: 991px) {

    .article__description .topBlockBlog {
        align-items: start;
    }
    .article__description .topBlockBlog .topTextBlog {
        padding: 0 10px;
    }
    .article__description .topBlockBlog .imagePopup img {
        width:260px !important;
    }

    .latestblog__slider-wrap {
        padding-top: 40px;
    }
}


@media (max-width: 767px) {
	.article-card {
	    padding-right: 5px;
	    padding-left: 5px;
	}

    .row .product-layout.col-xs-12 {   
        width: calc(100% / 12 * 12);
    }

    .row .product-layout.col-xs-6 {   
        width: calc(100% / 12 * 6);
    }
    .row .product-layout.col-xs-4 {   
        width: calc(100% / 12 * 4);
    }
    .row .product-layout.col-xs-3 {   
        width: calc(100% / 12 * 3);
    }
    .row .product-layout.col-xs-2 {   
        width: calc(100% / 12 * 2);
    }

    .article-card-list {
        margin: 0px -5px;
    }

    .article-card__wrapper:hover .article-card__hover-layer {
        display: none;
    }

    .article__description .listLinkJakor {
        overflow: scroll;
        padding-bottom: 10px;
    }
    .article__description .listLinkJakor::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .article__description .listLinkJakor div {
        display: flex;
        justify-content: space-between;
        width: 735px;
    }

    .article__description .listLinkJakor a {
        font-size: 13px;
    }

    .article__description {
        font-size: 16px;
    }

    .article__description .img-float-right, .article__description .img-float-left {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .article__description .topBlockBlog {
        flex-wrap: wrap;
    }
    .article__description .topBlockBlog .topTextBlog {
        padding: 10px 0;
        order: 1;
    }
    .article__description .topBlockBlog .imagePopup img {
        width:100% !important;
        max-width: 350px;
        margin-bottom: 15px;
    }

    .article__rating {
        display: none;
    }
    .article__description h2 {
        font-size: 21px;
    }

    .article__author-block {
        width: 495px;
        height: 180.73px;
    }
    .article__author-titleName {
        font-size: 13px;
    }
    .article__author-name {
        font-size: 17px;
    }
    .article__author-description {
        font-size: 13px;
    }

    .articles-next-prev-section-btn {
        width: 164px;
        height: 34px;
        padding: 0;
        text-align: center;
    }
    .articles-next-prev-section-btn.prev {
        text-align: center;
    }
    .articles-next-prev-section-btn::before {
        background: none;
    }
    .articles-next-prev-section-btn a {
        font-size: 14px;
        line-height: 24px;
    }
}