.page-legal{
    background: #F6F6FB;
    margin-top: -92.5px;
    position: relative;
}
.breadcrumbs{
    position: relative;
    z-index: 2;
}
.page-legal:after{
    content: '';
    height: 111.5px;
    z-index:  0;
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #F6F6FB;;
}
.legal-info{
    padding-top: 5rem;
    margin-bottom: 6.25rem;
}
.legal-info-doc{
    display: inline-block;
    padding-left: 40px;
    padding-right: 15px;
    background: url(../img/icon_doc_pdf.svg) no-repeat 4px 0;
    -webkit-background-size: 24px;
    background-size: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.legal-info-doc:hover{
    color: #3D3B9D;
    background: url(../img/icon_doc_pdf_hover.svg) no-repeat 2px 0;
    -webkit-background-size: 24px;
    background-size: 24px;
    text-decoration: none;
}
.legal-info__body{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
}
.legal-info__block{
    border-radius: 1.5rem;
    background: #FFF;
    padding: 2.8125rem;
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
}
.legal-info__block-box{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.legal-info__block h2{
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 !important;

}
.legal-info__block-content p{
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}
.legal-info__block-content ul {
    padding-left: 0;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    list-style: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #3D3B9D;;
}

.legal-info__block-content ul li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
    color: #000;
}
.legal-info__block-content ul li a{
    text-decoration: underline;
    color: #3D3B9D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.legal-info__block-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.25em;
    height: 0.25em;
    background: #3D3B9D;
    border-radius: 50%;
    display: inline-block;
}

.legal-info__block-content ol li a{
    text-decoration: underline;
    color: #3D3B9D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.legal-info__block-content ol {
    counter-reset: custom-counter;
    padding-left: 0;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    list-style: none;
    margin-block-start: 0;
    font-family: Comfortaa, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000;
}

.legal-info__block-content ol li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    counter-increment: custom-counter;
}

.legal-info__block-content ol li::before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-family: Comfortaa, sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 140%;
    width: fit-content;
    text-align: right;
    display: inline-block;
}

.legal-info__block-content a {
    color: #3D3B9D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}



@media screen and (max-width: 1200px) {
    .legal-info__body {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {

    .legal-info__block {
        margin-left: -24px ;
        width: calc(100% + 24*2px);
        padding: 1.5rem .94rem;
        gap: 2rem;
    }
    .legal-info__block-box {
        gap: 0;
    }
    .legal-info__block h2 {
        font-size: 1.25rem;
    }
    .legal-info__block-content p {
        margin-bottom: 12px !important;
        margin-top: 12px !important;
    }
    .legal-info__block-content ul {
        margin-bottom: 12px !important;
        margin-top: 12px !important;
    }
}

.sales .items .item .info.exclusion{
    padding: 30px 0 100px 65px;
}
.typeList .sales .items .item .info.exclusion{
    padding: 80px 0 100px 65px;
}

.sales .items .item.--full-bg.exclusion{
    background-position: left center;
}
.article-detail__content p img{
    margin:0 .5rem ;
}
.article-detail__content div img{
    margin:0 .5rem ;
}
@media screen and (max-width: 768px) {
    .article-detail__content p img{
        margin:0  ;
    }
    .article-detail__content div img{
        margin:0  ;
    }
}

@media screen and (max-width: 1440px) {
    .sales .items .item .info.exclusion{
        padding: 30px 0 100px 65px;
    }
    .typeList .items .item.--full-bg.exclusion {
        background-position: left center;
    }
    .typeList .sales .items .item .info.exclusion{
        padding: 60px 0 100px 65px;
    }

}