/* Vnymanye! Kazhdyj styl dolzhen vkljuchat .blog-latest */
.blog-latest {
    border: 0px solid red;
    padding: 175px 0px 120px;
    display: grid;
    gap: 30px;
    grid-template:
        "a b"
        "c d"/ 1fr 1fr;
}

.blog-latest .short-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-latest h2, .blog-latest .sub, .blog-latest h3, .blog-latest .article-layout .date-added, .blog-latest .readmore, .blog-latest .article-layout .desc {
    font-family: 'Magistral Extra Cond W08 Md';
}
.blog-latest .article-layout .desc {
}
.blog-latest .caption {
    padding: 40px;
}
.blog-latest .left_col .caption {
    padding:113px 50px;
}
.blog-latest h3 {
    color: var(--text);
    font-size:53px;
    text-align:left;
    margin: 0px;
}
.blog-latest .left_col {
    background:#fff;
    color:#000;
    padding: 0px;
    border-radius: 63px;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
}
html[data-theme="light"] .blog-latest .left_col {
    background: var(--fon333);
}
.blog-latest .left_col a.link {
    content: '';
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--btn000) url(/image/catalog/design/line_white.svg) center center no-repeat;
    background-size: 23px;
    position:absolute;
    top: 409px;
    right:25px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background: var(--primary) url(/image/catalog/design/line_white.svg) center center no-repeat;
    background-size: 23px;
}
.blog-latest .article-layout {
    grid-row: span 1;
    border-radius: 63px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: calc(100% + 1px);
    margin-bottom: -1px;
    clip-path: url(#customClipPath3);
    transition: clip-path 0.5s ease-in-out;
    background: #333;
}
html[data-theme="light"] .blog-latest .article-layout  {
    background:var(--fon333)
}
.blog-latest .sub {
    font-size:81px;
    font-weight:200;
    display: flex;
    margin-bottom: 29px;
}

.blog-latest h2 {
    color:#000;
    background:none;
    font-size: 131px;
    padding: 0px;
    text-align: left;
    margin-bottom: 0px;
}
.blog-latest .article-layout .image {
    text-align: center;
    position: relative;
    border: 0px solid red;
    border-radius: 0px 0px 60px 60px;
    overflow: hidden;
}
.blog-latest .article-layout .image a {
    width:100%;
    height:100%;
    display:flex;
    position:relative;
}
@media (min-width:1920px) {
    .blog-latest .article-layout .image a {
        height: 568px!important;
    }
}
.blog-latest .article-layout .image img {
    width:100%;
    height:100%!important;
    object-fit:cover;
    position:absolutelute;
    top:0px;
    left:0px;
}
.blog-latest .date-added {
    font-size:34px;
    color:#000;
    background:var(--primary);
    padding:21px 36px;
    border-radius:21px;
    display:flex;
    width:auto;
    margin: 0px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.blog-latest .article-layout .desc {
    font-size:28px;
    line-height:140%;
    font-weight:200;
    font-family: 'Magistral Extra Cond W08 Light';
    margin-top: 8px;
    margin-bottom: 30px;
    border: 0px;
}
.blog-latest .article-layout .readmore {
    
}
.blog-latest .article-layout .readmore {
    background:#fff;
    width:100%;
    border-radius:21px;
    color:#000;
    font-size:34px;
    font-weight:200;
    padding:21px 35px;
    display:flex;
    font-family: 'Magistral Extra Cond W08 Light';
    height: 122px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.blog-latest .article-layout .readmore:hover {
    background:var(--primary);
}
.blog-latest .article-layout .readmore span {
    display:flex;
    /* text-decoration: underline; */
}
.blog-latest .article-layout .readmore:after {
    content: '';
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000000 url(/image/catalog/design/line_white.svg) center center no-repeat;
    background-size: 23px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after {
    background: #333 url(/image/catalog/design/line_white.svg) center center no-repeat;
    background-size: 23px;
}
.blog-latest .left-img {
    width: calc(100% + 1px);
    margin-bottom: -1px;
    clip-path: url(#customClipPath4);
    transition: clip-path 0.5s ease-in-out;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/* media styles */
@media(max-width:1919px) {
.blog-latest {
    padding: 0;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 50px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 50px 50px;
}
.blog-latest .left_col .caption {
    padding: 94px 42px 75px;
}
.blog-latest .sub {
    font-size: 67px;
    line-height: 0.63;
    font-weight: 300;
    margin-bottom: 60px;
}
.blog-latest h2 {
    font-size: 108px;
    line-height: 0.39;
    font-weight: 500;
    margin-bottom: 0;
}
.blog-latest .left-img {
    height: calc(100% - 315px);
    object-fit: cover;
}
.blog-latest .left_col a.link {
    width: 66px;
    height: auto;
    aspect-ratio: 1/1;
    top: 330px;
    background-size: 20px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 20px;
}
.blog-latest .article-layout .image a {
    max-height: 415px;
}
.blog-latest .date-added {
    font-size: 28px;
    line-height: .7;
    padding: 18px 30px;
    bottom: 35px;
    left: 35px;
    border-radius: 18px;
}
.blog-latest .caption {
    padding: 28px 32px 32px;
}
.blog-latest h3 {
    font-size: 44px;
    line-height: 1.59;
    font-weight: 500;
}
.blog-latest .article-layout .desc {
    font-size: 23px;
    line-height: 1.54;
    font-weight: 300;
    margin: 0 0 20px;
}
.blog-latest .article-layout .readmore {
    border-radius: 18px;
    padding: 17px 29px;
    height: 101px;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    text-decoration: underline;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 66px;
    height: auto;
    aspect-ratio: 1/1;
    background-size: 20px;
}
}
@media(max-width:1599px) {
.blog-latest .sub {
    font-size: 60px;
    margin-bottom: 54px;
}
.blog-latest h2 {
    font-size: 97px;
}
.blog-latest .left-img {
    height: calc(100% - 283px);
}
.blog-latest .left_col a.link {
    width: 60px;
    top: 297px;
    background-size: 18px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 18px;
}
.blog-latest .article-layout .image a {
    max-height: 374px;
}
.blog-latest .date-added {
    font-size: 25px;
    padding: 16px 26px;
    left: 30px;
    border-radius: 16px;
}
.blog-latest .caption {
    padding: 24px 30px 30px;
}
.blog-latest h3 {
    font-size: 39px;
}
.blog-latest .article-layout .desc {
    font-size: 21px;
}
.blog-latest .article-layout .readmore {
    border-radius: 16px;
    padding: 0 27px;
    height: 91px;
    font-size: 25px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 60px;
    background-size: 18px;
}
}
@media(max-width:1439px) {
.blog-latest {
    gap: 25px;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 40px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 40px 40px;
}
.blog-latest .left_col .caption {
    padding: 72px 32px 60px;
}
.blog-latest .sub {
    font-size: 52px;
    margin-bottom: 46px;
}
.blog-latest h2 {
    font-size: 84px;
}
.blog-latest .left-img {
    height: calc(100% - 245px);
}
.blog-latest .left_col a.link {
    width: 52px;
    top: 256px;
    right: 20px;
    background-size: 15px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 15px;
}
.blog-latest .article-layout .image a {
    max-height: 299px;
}
.blog-latest .date-added {
    font-size: 20px;
    padding: 12px 20px;
    bottom: 25px;
    left: 25px;
    border-radius: 13px;
}
.blog-latest .caption {
    padding: 20px 22px 24px;
}
.blog-latest h3 {
    font-size: 31px;
}
.blog-latest .article-layout .desc {
    font-size: 21px;
    line-height: 1.46;
    margin: 0 0 16px;
}
.blog-latest .article-layout .readmore {
    border-radius: 13px;
    padding: 0 20px;
    height: 72px;
    font-size: 20px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 48px;
    background-size: 14px;
}
}
@media(max-width:1199px) {
.blog-latest {
    gap: 20px;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 34px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 34px 34px;
}
.blog-latest .left_col .caption {
    padding: 60px 27px 48px;
}
.blog-latest .sub {
    font-size: 43px;
    margin-bottom: 39px;
}
.blog-latest h2 {
    font-size: 70px;
}
.blog-latest .left-img {
    height: calc(100% - 205px);
}
.blog-latest .left_col a.link {
    width: 42px;
    top: 215px;
    right: 18px;
    background-size: 12px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 12px;
}
.blog-latest .article-layout .image a {
    max-height: 250px;
}
.blog-latest .date-added {
    font-size: 17px;
    padding: 10px 18px;
    bottom: 20px;
    left: 20px;
    border-radius: 11px;
}
.blog-latest .caption {
    padding: 16px 20px 20px;
}
.blog-latest h3 {
    font-size: 26px;
    line-height: 1.47;
    margin-bottom: 5px;
}
.blog-latest .article-layout .desc {
    font-size: 17px;
    margin: 0 0 16px;
}
.blog-latest .article-layout .readmore {
    border-radius: 11px;
    padding: 0 18px;
    height: 60px;
    font-size: 17px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 40px;
    background-size: 12px;
}
}
@media(max-width:991px) {
.blog-latest {
    gap: 30px;
    grid-template: unset;
}
.blog-latest .left_col {
    grid-row: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 750/1700;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 48px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 48px 48px;
}
.blog-latest .left_col a.link {
    width: 64px;
    top: 230px;
    right: 20px;
    background-size: 19px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 19px;
}
.blog-latest .article-layout .image a {
    max-height: 405px;
}
.blog-latest .date-added {
    font-size: 27px;
    padding: 17px 29px;
    bottom: 36px;
    left: 32px;
    border-radius: 17px;
}
.blog-latest .caption {
    padding: 27px 32px 32px;
}
.blog-latest h3 {
    font-size: 43px;
    line-height: 1.59;
}
.blog-latest .article-layout .desc {
    font-size: 28px;
    margin: 0 0 20px;
}
.blog-latest .article-layout .readmore {
    border-radius: 17px;
    padding: 0 29px;
    height: 98px;
    font-size: 27px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 64px;
    background-size: 19px;
}
}
@media(max-width:767px) {
.blog-latest {
    gap: 25px;
}
.blog-latest .left_col a.link {
    width: 48px;
    top: 220px;
    right: 20px;
    background-size: 14px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 14px;
}
.blog-latest .article-layout .image a {
    max-height: 305px;
}
.blog-latest .date-added {
    bottom: 30px;
}
.blog-latest .caption {
    padding: 18px 24px 24px;
}
.blog-latest h3 {
    font-size: 32px;
}
.blog-latest .article-layout .desc {
    font-size: 21px;
    margin: 0 0 16px;
}
.blog-latest .article-layout .readmore {
    border-radius: 13px;
    padding: 0 22px;
    height: 74px;
    font-size: 20px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 48px;
    background-size: 14px;
}
}
@media(max-width:575px) {
.blog-latest {
    gap: 16px;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 40px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 40px 40px;
}
.blog-latest .left_col .caption {
    padding: 50px 22px 32px;
}
.blog-latest .sub {
    font-size: 36px;
    margin-bottom: 32px;
}
.blog-latest h2 {
    font-size: 58px;
}
.blog-latest .left-img {
    height: calc(100% - 162px);
}
.blog-latest .left_col a.link {
    width: 40px;
    top: 175px;
    background-size: 12px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 12px;
}
.blog-latest .article-layout .image a {
    max-height: 252px;
}
.blog-latest .date-added {
    font-size: 23px;
    padding: 14px 24px;
    left: 25px;
    bottom: 25px;
    border-radius: 14px;
}
.blog-latest .caption {
    padding: 15px 20px 20px;
}
.blog-latest h3 {
    font-size: 26px;
}
.blog-latest .article-layout .desc {
    font-size: 19px;
    margin: 0 0 14px;
}
.blog-latest .article-layout .readmore {
    border-radius: 11px;
    padding: 0 18px;
    height: 61px;
    font-size: 17px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 40px;
    background-size: 12px;
}
}
@media(max-width:479px) {
.blog-latest {
    gap: 12px;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 30px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 30px 30px;
}
.blog-latest .left_col .caption {
    padding: 40px 16px 25px;
}
.blog-latest .sub {
    font-size: 28px;
    margin-bottom: 25px;
}
.blog-latest h2 {
    font-size: 45px;
}
.blog-latest .left-img {
    height: calc(100% - 126px);
}
.blog-latest .left_col a.link {
    width: 30px;
    top: 135px;
    right: 15px;
    background-size: 10px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 10px;
}
.blog-latest .article-layout .image a {
    max-height: 196px;
}
.blog-latest .date-added {
    font-size: 17px;
    padding: 11px 18px;
    left: 20px;
    bottom: 20px;
    border-radius: 11px;
}
.blog-latest .caption {
    padding: 12px 15px 15px;
}
.blog-latest h3 {
    font-size: 22px;
}
.blog-latest .article-layout .desc {
    font-size: 17px;
    line-height: 1.36;
    margin: 0 0 10px;
}
.blog-latest .article-layout .readmore {
    border-radius: 8px;
    padding: 0 14px;
    height: 48px;
    font-size: 17px;
}
html[data-theme="light"] .blog-latest .article-layout .readmore:after, .blog-latest .article-layout .readmore:after {
    width: 30px;
    background-size: 10px;
}
}
@media(max-width:359px) {
.blog-latest {
    gap: 10px;
}
.blog-latest .left_col,
.blog-latest .article-layout {
    border-radius: 26px;
}
.blog-latest .article-layout .image {
    border-radius: 0px 0px 26px 26px;
}
.blog-latest .left_col .caption {
    padding: 33px 15px 20px;
}
.blog-latest .sub {
    font-size: 23px;
    margin-bottom: 20px;
}
.blog-latest h2 {
    font-size: 38px;
}
.blog-latest .left-img {
    height: calc(100% - 110px);
}
.blog-latest .left_col a.link {
    width: 26px;
    top: 115px;
    right: 12px;
    background-size: 8px;
}
.blog-latest .left_col a.link:hover,
.blog-latest .left_col a.link:focus {
    background-size: 8px;
}
.blog-latest .article-layout .image a {
    max-height: 165px;
}
.blog-latest .date-added {
    font-size: 15px;
    padding: 10px 15px;
    left: 16px;
    bottom: 16px;
    border-radius: 9px;
}
.blog-latest .caption {
    padding: 10px 12px 14px;
}
.blog-latest h3 {
    font-size: 19px;
}
.blog-latest .article-layout .desc {
    font-size: 15px;
    margin: 0 0 8px;
}
.blog-latest .article-layout .readmore {
    padding: 0 12px;
    height: 40px;
    font-size: 16px;
}
.blog-latest .article-layout .readmore:after {
    width: 26px;
    background-size: 8px;
}
}