body {
    background: white !important;
    font-family: 'Inter', sans-serif !important;
    color: #16242C !important;
    overflow-x: hidden;
}

.main-content-container.with-padding {
    max-width: 1180px;
    width: 100%;
    margin: 20px auto 100px;
}

@media (max-width: 767.98px) {
    .main-content-container.with-padding {
        max-width: none;
        width: 100%;
        padding: 16px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1200px) {
    .main-content-container.with-padding {
        padding: 0 20px;
    }
}

.article-hero__section {
  padding: 40px 47px 46px 50px;
  border: 1px solid #E3E5E5;
  box-shadow: 0px 0px 11.1px 0px #C8C8C840;
  background: linear-gradient(180deg, #F8FAFE 0%, #FAFBFC 100%);
  border-radius: 20px;
  margin-bottom: 54px;
}
.article-hero__head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-hero__content{
    max-width: 483px;
}
.article-hero__title {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2%;
    line-height: 100%;
    color: #061E55;
    margin-bottom: 9px;
}
.article-hero__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5D7087;
    margin-bottom: 30px;
}
.article-hero__date{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.article-hero__date-col{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.article-hero__date-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5D7087;
}
.article-hero__pic{
    flex-shrink: 0;
}
.article-hero__img{
    width: auto;
    height: 291px;
}
.article-hero__cards{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.article-hero__card{
    box-sizing: border-box;
    padding: 12px 12px 19px 12px;
    border: 1px solid #DADADA;
    border-radius: 17px;
    margin-right: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 25%;
}
@media (max-width: 1200px) {
    .article-hero__cards{
        flex-wrap: wrap;
        gap: 8px;
        justify-content: space-between;
    }
    .article-hero__card{
        width: 49%;
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .article-hero__card{
        width: 100%;
    }
}
.article-hero__card:last-of-type{
    margin-right: 0;
}
.article-hero__card-ico{
    width: 44px;
    height: 44px;
    background: #F5F5F8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.article-hero__card-img{
    width: 18px;
    height: auto;
}
.article-hero__card-title{
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2%;
    margin-bottom: 6px;
    color: #00104D;
}
.article-hero__card-desc{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #28364B;
}
.article-content {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 40px;
    align-items: start;
}

.article-paragraphs__section {
    min-width: 0;
}

.article__aside {
    width: 310px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .article-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .article__aside {
        width: 100%;
        max-width: 100%;
    }
}
.rguides{
    background: linear-gradient(180deg, #F8FAFE 0%, #FAFBFC 100%);
    border: 1px solid #E3E5E5;
    box-shadow: 0px 0px 11.1px 0px #C8C8C840;
    border-radius: 13px;
    padding: 24px 16px 24px 25px;
    margin-bottom: 24px;
}
.rguides__title{
    color: #090F24;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2%;
    margin-bottom: 20px;
}
.rguides__link{
    color: #004CFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.rguides__link:hover{
    transform: translate(-4px);
}
.rguides__link:last-of-type{
    margin-bottom: 0;
}
.rguides__link-text{
    max-width: 226px;
}
.cost-block{
    background: linear-gradient(180deg, #F8FAFE 0%, #FAFBFC 100%);
    border: 1px solid #E3E5E5;
    box-shadow: 0px 0px 11.1px 0px #C8C8C840;
    border-radius: 13px;
    padding: 20px;
}
.cost-block__title{
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #090F24;
    margin-bottom: 12px;
}
.cost-block__desc{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #5D7087;
    margin-bottom: 27px;
}
.cost-block__price{
    font-weight: 600;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #090F24;
}

.cost-block__price span{
    font-weight: 500;
    font-size: 18px;
    color: #939393;
}
.cost-block__button{
    margin: 22px auto 19px auto;
    background-color: #0156FF;
    display: block;
    border-radius: 8px;
    padding: 14.5px 61.5px; 
    color: #FFFFFF!important;
    box-shadow: 0px 3.24px 3.24px 0px #0000000D;
    font-weight: 600;
    font-size: 14px;
    line-height: 12.94px;
    letter-spacing: 2%;
    width: fit-content;
    transition: all 0.3s ease;
    cursor: pointer;
}
.cost-block__button:hover{
    box-shadow: 0 4px 15px #2AABEE91;
}
.cost-block__list-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 7.5px;
}
.cost-block__list-item:last-of-type{
    margin-bottom: 0;
}
.cost-block__list-item-img{
    width: 17px;
    height: auto;
}
.cost-block__list-item-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #5D7087;
}
.article-support__section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: linear-gradient(180deg, #F8FAFE 0%, #FAFBFC 100%);
    box-shadow: 0px 0px 11.1px 0px #C8C8C840;
    border: 1px solid #E3E5E5;
    border-radius: 14px;
    padding: 13px;
    margin-top: 36px;
}
.article-support__btn{
    background-color: #0156FF;
    display: block;
    border-radius: 8px;
    padding: 14.5px 53px; 
    color: #FFFFFF!important;
    box-shadow: 0px 3.24px 3.24px 0px #0000000D;
    font-weight: 600;
    font-size: 14px;
    line-height: 12.94px;
    letter-spacing: 2%;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 30px;
}
.article-support__btn:hover{
    box-shadow: 0 4px 15px #2AABEE91;
}
.article-support__content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 16px;
}
.article-support__mail{
    background-color: #E6F1FF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 72px;
}
.article-support__mail-img{
    width: 46px;
    height: auto;
}
.article-support__title{
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #090F24;
    margin-bottom: 12px;
}
.article-support__desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5D7087;
}
.article-paragraphs__item{
    margin-bottom: 17px;
    border-bottom: 1px solid #DADADA;
}
.article-paragraphs__item:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
}
.article-paragraphs__title{
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #090F24;
    margin-bottom: 14px;
}
.article-paragraphs__desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5D7087;
    margin-bottom: 25px;
}
.article-paragraphs__desc thead, tbody, tfoot, tr, td, th{
    border-width: 1px;
}
.article-paragraphs__hr{
    width: 100%;
    height: 1px;
    background-color: #DADADA;
}
/* Для списков в статье */
.article-paragraphs__desc ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}
.article-paragraphs__desc ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}
.article-paragraphs__desc ul li::before {
    content: "•";
    position: absolute;
    left: 2px;
    top: -2px;
    color: #004CFF;
    font-size: 22px;
    font-weight: bold;
}
/* Для вложенных списков */
.article-paragraphs__desc ul>li ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}
.article-paragraphs__desc ul>li ul li::before {
    content: "◦";
    color: #004CFF;
    font-size: 22px;
}