.section-description{
    padding: 200px 0;
}
.section-description .block-description{
    display: flex;
    justify-content: space-between;
}
.section-description .block-description .btn{
    padding: 13px 37px;
    margin: 52px 0 0 0;
    font-style: italic;
    width: max-content;
}

a.icon-arrow  svg{
    margin: 0 24px 0 0;
    vertical-align: middle;
}
.section-post .btn-next svg,
.section-post .btn-prev svg,
.icon-arrow svg{
    transition-delay: 2s;
    transition: all 0.3s linear;
}

.section-post .btn-prev.js-anim.js-show:hover .wrap-svg,
.icon-arrow:hover svg{
    transform: translateX(-15px);
    transition: all 0.3s linear;
}
.section-post .btn-next.js-anim.js-show:hover .wrap-svg{
    transform: translateX(15px);
    transition: all 0.3s linear;
}
.section-post .wrap-svg{
    display: inline-block;
    overflow: hidden;
    line-height: 0.9;
    transition: all 0.3s linear;
}
.section-post .btn-next.js-anim svg{
  transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s linear;
}
.section-post .btn-prev.js-anim svg{
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s linear;
}
.section-post .btn-prev.js-anim.js-show svg,
.section-post .btn-next.js-anim.js-show svg{
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s linear;
}
.section-description .content-text{
    width: 45%;
    max-width: 739px;
    margin: -13px 80px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-description h3{
    margin: 0 0 41px 0;
}

.section-description .wrap-img{
    width: 50%;
    max-width: 930px;
}
.section-description .btn{
    margin: 5px 0 0 ;
}
.section-infographic hr{
    display: block;
}

.section-infographic .group-item{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 0 198px;
    text-align: center;

}
.section-infographic .group-item li{
    width: 156px;
    margin: 0 2.4% 0 2.4%;
}
.group-item li .wrap-icon{
    margin: 0 0 34px;
	height: auto !important;
}
.group-item li .wrap-icon img{
	max-height: 93px;
	object-fit: contain;
    aspect-ratio: 1 / 0.8;
}
.section-infographic .group-item h5{
    font-weight: 500;
    font-size: 25px;
    font-style: normal;
}
.section-list-category{
    padding: 199px 0 103px;
}
.section-list-category .category-list .category-item{
    position: relative;
    margin: 0 0 100px;
}
.section-list-category .category-list .category-item img{
    width: 100%;
}
.section-list-category .category-list .category-item .wrap-text{
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.category-list .category-item h3{
    color: var(--white-color);
    margin: 0 0 15px;
    font-size: 90px;
}
.section-list-category .category-list .category-item .btn{
    padding: 14px 56px 12px;
    font-style: italic;
    width: max-content;
}
.section-text{
 padding: 189px 0 0;
}
.section-text .content-block{
    justify-content: normal;
}
.section-text .content-block .btn{
    position: relative;
    padding: 14px 30px;
    margin: 7px 0 0;
    width: max-content;
}
.section-text .content-title{
    max-width: 446px;
    padding: 0 0 0 9%;
}
.section-text .content-title h2{
    line-height: 1.11;
}
.section-text .content-text{
    padding: 31px 0 0;
}
.section-grid{padding: 101px 0;}
.container hr:last-child{
    display: none;
}
.section-grid .inner-block-product{
    border-bottom: 0;
    padding: 100px 0 101px;
}
.section-grid .inner-block-product:last-of-type{
    padding-bottom: 0;
}
.box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 61px;
    grid-auto-flow: row;
}
.box hr{display: block}
.big {
    margin: 0 auto 0 0;
}
.medium{
    width: auto;
}
.img1,
.img2,
.img5{
    grid-column: span 2;
}
.img3 {
    grid-column: 2 / span 5;
}
.img4{grid-column: span 3;}
.img6{
    grid-column: span 5;
}
.img7{
    grid-column: 2 / span 2;
}
.img8{
    grid-column: 4 / span 3;
}

.category-type .section-slider{
    background: var(--white-color);
}
/*.category-type .sliders-boxes .slide-box svg{
    fill: var(--white-color);
}*/
/* product type page */
.product-type .section-grid{
    padding: 200px 0 0;
}
.inner-block-product h2 {
    font-weight: 500;
    line-height: 0.87;
    margin: 0 0 59px;
}
.inner-block-product .content-text{
    margin: 0 0 52px;
}
.inner-block-product .content-text p{
    margin-block: 0;
    margin-inline: -3px 0;
}
/* blog page */
.section-blog-post-cards{
    padding: 200px 0;
}
.slider-post,
.blog-post{
    display: flex;
    gap: 60px;
}
.blog-post{
    gap: 56px 60px;
}
.blog-post .blog-post-card{
    margin: 0 0 76px;
    width: calc(100%/2 - 20px);
}
.blog-post.last{
    margin: 0 0 52px;
}
@media (max-width: 768px) {
    .blog-post.last{
        flex-direction: column;
    }
}
.blog-post.gallery{
    flex-wrap: wrap;
}
.slider-post .blog-post-card,
.blog-post.gallery .blog-post-card{
    width: calc(100%/3 - 40px);
}
.btn.more{
    width: 100%;
    font-size: 35px;
    font-style: italic;
    padding: 18px 65px;
    box-sizing: border-box;
}
.section-post {
    padding: 102px 0 127px;
}

/*.section-post .container{
    max-width: 1759px;
}*/

.post{margin: 0 0 132px}
.post .sidebar{
    width: 30%;
    max-width: 546px;
    float: right;
    float: inline-start;
    flex: 1 1 546px;
    padding: 0;
}
.post .sidebar .post-title {
    padding: 0 0 74px;
    position: relative;
}

.post .sidebar h2{
    line-height: 1.11;
    font-weight: 500;
    margin: -15px 0 47px;
}

.post .sidebar .post-data{
    font-size: 35px;
    font-style: italic;
}
.post .sidebar .post-data strong{  font-weight: 500;}
.sidebar-text{
    width: 81%;
    position: relative;
    padding: 68px 0 0;
}
.sidebar-text::before{
    content: '';
    position: absolute;
    top: 0;
    width: 85%;
    max-width: 242px;
    height: 2px;
    background: var(--black-color);
    display: block;
}
.sidebar-text h3{
    line-height: 1.33;
}
.post-content{
    margin: 0 34.5% 0 0;

}
.post-content ol,
.post-content ul,
.post-content p{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 30px
}
.post-content hr {
    margin: 0 0 30px
}
.post-content ul li{
    position: relative;
    list-style: none;
}
/*.post-content ul li::marker {*/
/*    font-size: 19px;*/
/*}*/
.post-content ul li:before{
    content: '';
    position: absolute;
    top:13px;
    right: -27px;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: var(--black-color);
}
.post-content ol,
.post-content ul{padding: 0 29px 0 0}
.post-content ol {
    counter-reset: my-awesome-counter;
}
.post-content ol li {
    position: relative;
    list-style: none;
    counter-increment: my-awesome-counter;
}
.post-content ol li:before{
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    top:0;
    inset-inline: -28px;
}
.post-content h3{
    font-size: 60px;
    font-weight: 500;
    margin: 57px 0 0;

}
.post-content a{
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 500;
}
.post-content a:hover{
    font-weight: 500;
}
.post-content img{
    margin: 11px 0 10px;
}
.section-post .btn-prev{
    float: left;
}
.section-post .btn-prev,
.section-post .btn-next{
    font-size:32px;
    font-style: italic;
}
.section-post .btn-prev svg{
    margin: 12px 50px 0 0px;
}
.section-post .btn-next svg{
    margin: 12px 0 0px 50px;
}
.slider-post{
    padding: 0 0 130px;
}
.post-content video,
.post-content iframe,
.post-content embed {
    height: 31.2vw;
    display: block;
}
.section-all-post {
    /*position: relative;*/
    padding: 0 0 199px;

}

/*.section-all-post::before{
    content: '';
    display: block;
    !*width: calc(100% - 40px);*!
    max-width: 1757px;
    height: 2px;
    background: var(--black-color);
    margin: 0 auto;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}*/
.section-all-post hr{
    margin: 0 0 153px;
}
.section-all-post .container{
    /*max-width: 1758px;
    max-width: 1910px;
    padding: 0 48px;*/
}
.section-all-post .slider-post{
    margin: 0 -28px;
}
.section-all-post .slick-slide{
    margin: 0 30px;
}
.section-all-post h2{
    margin: 0 30px 74px;
}
.section-all-post .more{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.slider-post .card-img{
    margin: 0 0 26px;
}
.slider-post .card-text h3{
    margin: 0 0 16px 0;
    line-height: 1.2;
    width: 100%;
}
.slider-post .slick-arrow{width: 80px;height: 80px}
.slider-post .slick-next.slick-arrow{
    background: url('../img/icon/right-arrow.svg') center/contain no-repeat ;
    top: 28.4%;
    right: -9px;
    transition: all 0.3s linear;

}
.slider-post .slick-prev.slick-arrow{
    background: url('../img/icon/left-arrow.svg') center/contain no-repeat;
    top: 28.4%;
    left: -9px;
    transition: all 0.3s linear;
    z-index: 200;
}
.slider-post .slick-prev.slick-arrow:hover{
    background: url('../img/icon/left-arrow-hover.svg') center/contain no-repeat;
    transition: all 0.3s linear;
}
.slider-post .slick-next.slick-arrow:hover{
    background: url('../img/icon/right-arrow-hover.svg') center/contain no-repeat ;
    transition: all 0.3s linear;
}
.section-post .wrap-arrows{
    clear: both;
}