.blog{
    padding: 1.7rem 0;
}
.blog__items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}
.blog__item{
    flex: 1 1 calc(25% - 20px);
    display: flex;
    max-width: calc(25% - 20px);
    flex-direction: column;
}
.blog__inner{
    box-shadow: 0px 0px 20px 0px #4141411A;
    display: flex;
    position: relative;
    flex-grow: 1;
    border-radius: 3px;
    flex-direction: column;
}
.blog__image-wrapper{
    width: 100%;
    height: 16.625rem;
    border-radius: 3px 3px 0 0;
    background-color: #6c777e;
}
._image-wrapper{
    color: inherit;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
._image-wrapper>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.005);
}
.blog__content{
    color: #020A0C;
    display: flex;
    padding: 20px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 300;
    align-items: flex-start;
    flex-direction: column;
}
.blog__title{
    color: #302F2F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: auto;
    text-decoration: none;
}
.blog__data{
    margin-top: 1.25rem;
    color: #939298;
}
.blog__text{
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 1.25rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog__link{
    color: #0a1c28;
    overflow: hidden;
    font-size: 20px;
    margin-top: 1.25rem;
    align-self: flex-end;
    font-weight: 600;
    line-height: 1.25;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s;
}
.blog__link:hover{
    border-bottom: 2px solid #111;
}
.blog__link::before {
    content: attr(data-title);
}
.blog__link::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
.blog__link span {
    display: block;
    position: absolute;
    transform: translate(-999%, 0);
    visibility: hidden;
}
.blog {
    padding: 30px 0;
}
@media (max-width: 1200px) {
    .blog__item{
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (min-width: 1440px) {
    .blog {
        padding: 32px 0;
    }
}
@media (min-width: 992px) {
    .blog {
        padding: 50px 0;
    }
    .blog__image-wrapper::after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        transition: opacity .3s;
        background-color: #fff;
    }
    .blog__link {
        transition: border-color .3s;
    }
}
@media(max-width: 575.98px){
    .blog__item{
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.blog-entry__title{
        margin-bottom: 30px;
    }
    .blog-entry{
        padding: 1.25rem 0;
    }
    .blog-entry__items{
        display: flex;
        position: relative;
    }
    .blog-entry__content{
        margin-left: 40px;
    }
    .card-expanded {
        padding: 50px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 35px 0px #41414133;
        flex-shrink: 0;
        width: 610px;
        height: 100%;
    }
    .card-expanded {
        position: relative;
        z-index: 2;
    }
    .card-expanded__title{
        color: #7C54D3;
        font-weight: 500;
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .nav-section--style_default {
        font-weight: 500;
        color: #526787;
    }
    .nav-section {
        font-weight: 500;
        font-size: 16px;
    }
    .nav-section--style_default .nav-section__list>* {
        margin-bottom: .93em;
    }
    ._text {
        font-size: 1.14285rem;
        line-height: 1.375
    }
    
    @media screen and (max-width: 1050px) {
        ._text {
            font-size:1.07142rem
        }
    }
    
    ._text>*+* {
        margin-top: 1.35em
    }
    
    ._text ul {
        padding-left: 1.65rem;
        list-style-type: none;
        list-style-position: outside
    }
    
    ._text ul li {
        position: relative
    }
    
    ._text ul li::before {
        top: .05rem;
        left: -1.05rem;
        content: "•";
        position: absolute
    }
    
    ._text a {
        color: #865dcf
    }
    
    ._text a:hover {
        color: #fff
    }
    
    ._text picture {
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 0;
        border-radius: 15px;
        vertical-align: middle
    }
    
    ._text picture img {
        border-radius: 15px
    }
    
    ._text table {
        overflow: hidden;
        border-radius: 15px;
        border-collapse: collapse
    }
     ._text img{
         display: block;
         margin-left: auto;
         margin-right: auto;
         height: auto;
         max-width: 100%;
     }
    ._text table td,._text table th {
        padding: 5px 10px;
        background-color: #865dcf
    }
    
    ._text table td:first-child,._text table th:first-child {
        padding-left: 20px
    }
    
    ._text > h1 {
      font-size: 26px;
      font-weight: 500;
      margin-top: 0.27em;
    }
    ._text > h2 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 1.3em;
    }
    ._text > h3 {
      font-size: 18px;
      margin-bottom: 1em;
      font-weight: 500;
    }
    @media (max-width: 575.98px) {
        ._text > h1 {
          font-size: 24px;
          margin-top: 0.27em;
        }
        ._text > h2 {
          font-size: 20px;
          margin-bottom: 1.3em;
        }
        ._text > h3 {
          font-size: 16px;
        }
    }
    @media screen and (max-width: 560px) {
        ._text table td:first-child,._text table th:first-child {
            padding-left:10px
        }
    }
    
    ._text table td:last-child,._text table th:last-child {
        padding-right: 20px
    }
    
    @media screen and (max-width: 560px) {
        ._text table td:last-child,._text table th:last-child {
            padding-right:10px
        }
    }
    
    ._text table>:first-child>:first-child td,._text table>:first-child>:first-child th {
        padding-top: 20px
    }
    
    ._text table>:last-child>:last-child td,._text table>:last-child>:last-child th {
        padding-bottom: 20px
    }
    @media (min-width: 1069.98px) {
        .card-expanded {
            position: sticky;
            top: 120px;
        }
    }
    @media (max-width: 1069px) {
        .card-expanded {
            width: 100%;
            padding: 32px ;
        }
        .blog-entry__items {
            flex-direction: column;
            gap: 40px;
        }
        .blog-entry__content {
        margin-left: 0;
    }
    }
.blog__slider {
    z-index: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    list-style: none;
    transition: margin 0.3s;
    margin-left: 0;
    margin-right: 0;
    touch-action: pan-y;
}
.blog__slider-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    position: relative;
    box-sizing: content-box;
}
.blog__slider-slide {
    display: flex;
    position: relative;
    flex-shrink: 0;
    align-items: center;
}
.blog__slider .blog__item{
    flex: 1 1 100%;
    max-width: 100%;
    padding: 10px;
    text-align: left;
}
.custom-slider{
    padding: 60px 0;
}
.custom-slider__header{
    margin-bottom: 30px;
}