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%;
}
.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;
}
@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: 1023.98px) {
    .article-hero__pic{
        width: 30%;
    }
    .article-hero__content{
        max-width: 70%;
    }
    .article-hero__img{
        width: 100%;
        height: 100%
    }
}
@media (max-width: 767.98px) {
    .article-hero__section{
        padding: 20px;
    }
    .article-hero__pic{
        width: 100%;
        height: 250px;
    }
    .article-hero__content{
        max-width: none;
    }
    .article-hero__head{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .article-hero__title{
        font-size: 34px;
    }
    .article-hero__card{
        width: 100%;
    }
}
@media (max-width: 479.98px) {
    .article-hero__section{
        margin-bottom: 30px;
    }
    .article-hero__pic{
        height: 150px;
    }
    .article-hero__section{
        padding: 10px;
    }
    .article-hero__title{
        text-align: center;
        font-size: 28px;
        line-height: 120%;
    }
    .article-hero__text{
        text-align: center;
        line-height: 130%;
    }
    .article-hero__date-text{
        line-height: 130%;
        font-size: 12px;
    }
    .article-hero__date{
        justify-content: center;
    }
    .article-hero__card{
        padding: 10px;
    }

    .article-hero__card-title{
        font-size: 12px;
        line-height: 100%;
    }
    .article-hero__card-desc{
        font-size: 10px;
        line-height: 100%;
    }
}

.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;
    text-align: center;
    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 table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: white;
    border-radius: 18px;
    box-shadow: none;
    overflow: hidden;
    display: block;
    overflow: auto;
    width: 100%;
    box-shadow: 0 0 0 2px #D5DCE6;
}
.article-paragraphs__desc th, .article-paragraphs__desc td {
    padding: 36px 34px 42px 34px;
    text-align: left;
    border: 1px solid #D5DCE6;
    vertical-align: middle;
}
.article-paragraphs__desc th {
    background-color: #F3F7FC;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 27px 30px 30px 30px;
    border-bottom: 2px solid #D5DCE6;
    text-transform: uppercase;
}
.article-paragraphs__desc tr{
    transition: all 0.2s ease;
}
.article-paragraphs__desc tr b{
    font-weight: 400;
}
.article-paragraphs__desc tr:hover {
    background-color: #F2F6FD;
}
.article-paragraphs__desc tr:focus {
    outline: none;
    border: 1px solid #2AABEE;
}
.article-paragraphs__desc td {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #404040;
}
.article-paragraphs__desc th:first-child,
.article-paragraphs__desc td:first-child {
    border-left: none;
}
.article-paragraphs__desc th:last-child,
.article-paragraphs__desc td:last-child {
    border-right: none;
}
.article-paragraphs__desc thead tr:first-child th {
    border-top: none;
}
.article-paragraphs__desc th {
    border-top: none;
}
.article-paragraphs__desc tbody tr:last-child td {
    border-bottom: none;
}

/* === Мобильная версия: аккордеон === */
@media screen and (max-width: 768px) {
  .article-paragraphs__desc thead {
    display: none !important;
  }

  .article-paragraphs__desc table {
    display: block !important;
    width: 100% !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: white !important;
    border-collapse: collapse !important;
  }

  .article-paragraphs__desc tbody {
    display: block !important;
    width: 100% !important;
  }

  .article-paragraphs__desc tbody tr {
    display: none !important;
  }

  .article-paragraphs__desc tbody tr:first-child {
    display: block !important;
  }

  .article-paragraphs__desc tbody tr:first-child td:first-child,
  .article-paragraphs__desc tbody tr:first-child th:first-child {
    display: none !important;
  }

  .article-paragraphs__desc .feature-accordion {
    display: block !important;
    background: white !important;
  }

  .article-paragraphs__desc .feature-accordion:last-child {
    border-bottom: none !important;
  }
  .article-paragraphs__desc .feature-accordion .feature-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 19px !important;
    background: #FFFFFF!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    cursor: pointer;
    user-select: none !important;
    box-sizing: border-box !important;

    border: 1px solid #D5DCE6;
    box-shadow: 0px 2px 4.5px 0px #A9A9A940;
    border-radius: 10px;
    margin: 10px 13px 0 13px;
  }
  .article-paragraphs__desc .feature-accordion.open .feature-title{
    border: none;
    box-shadow: none;
  }

  .article-paragraphs__desc .feature-accordion .feature-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='gray' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    font-size: 18px !important;
    color: #404040 !important;
    transition: transform 0.3s ease !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
  }

  .article-paragraphs__desc .feature-accordion.open .feature-title::after {
    transform: rotate(180deg) !important;
  }

  .article-paragraphs__desc .feature-accordion .feature-content {
    display: none !important;

    margin: 13px 13px 0 13px;
    background-color: #F7FAFF;
    border-radius: 10px;
    padding: 6px 22px 7px 17px;
  }

  .article-paragraphs__desc .feature-accordion.open .feature-content {
    display: block !important;
  }

  .article-paragraphs__desc .feature-accordion .feature-content .state-item {
    display: flex !important;
    font-size: 15px !important;
    color: #404040 !important;
    box-sizing: border-box !important;
  }

  .article-paragraphs__desc .feature-accordion .feature-content .state-item:last-child {
    border-bottom: none !important;
  }

  .article-paragraphs__desc .feature-accordion .feature-content .state-item .state-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    min-width: 40% !important;
    padding: 5px 0;
    border-bottom: 0.5px solid #D5DCE6;
    border-right: 0.5px solid #D5DCE6;
  }

  .article-paragraphs__desc .feature-accordion .feature-content .state-item .state-value {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #404040;
    min-width: 60% !important;
    padding: 5px 0 5px 24px;
    border-bottom: 0.5px solid #D5DCE6;
  }
  .article-paragraphs__desc .feature-accordion .feature-content .state-item:last-of-type .state-name {
    border-bottom: none;
  }
  .article-paragraphs__desc .feature-accordion .feature-content .state-item:last-of-type .state-value {
    border-bottom: none;
  }

  .article-paragraphs__desc th:first-child,
  .article-paragraphs__desc td:first-child,
  .article-paragraphs__desc th:last-child,
  .article-paragraphs__desc td:last-child {
    border-left: none !important;
    border-right: none !important;
  }

  .article-paragraphs__desc table {
    margin: 0 !important;
    padding: 5px 0 25px 0;
  }
}

.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;
}

@media (max-width: 767.98px) {
    .article-support__mail{
        width: 82px;
        height: 62px;
    }
    .article-support__title{
        margin-bottom: 4px;
        line-height: 100%;
        font-size: 20px;
    }
    .article-support__desc{
        font-size: 12px;
        line-height: 100%;
    }
    .article-support__btn{
        margin-right: 0;
        padding: 14.5px;
    }
    .article-support__section{
        flex-wrap: wrap;
    }
}
@media (max-width: 479.98px) {
    .article-support__section{
        justify-content: center;
    }
    .article-support__btn{
        width: 100%;
    }
    .article-paragraphs__title{
        line-height: 120%;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .article-paragraphs__desc{
        line-height: 120%;
        font-size: 12px;
    }
    .article-paragraphs__desc,
    .article-paragraphs__desc ul,
    .article-paragraphs__desc ul li{
        font-size: 10px;
        line-height: 100%;
    }
    .article-paragraphs__desc ul li{
        padding-left: 15px;
    }
}