.top-block {
    position: relative;
    margin-bottom: -40px;
}

.top-block .container {
    position: relative;
    z-index: 2;
    top: -40px;
    padding: 0 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(42, 44, 52, 0) 0%, #22242F 10%, #22242F 100%);
}

.top-block .container h1 {
    color: #F0B90B;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.top-block .container .top-semititle {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.top-block .container .bg-p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
}

.top-block .container .top-block-text {
    margin: 0 0 30px 0;
}

.top-block .container a {
    background: #F79E1B;
    padding: 12px 24px;
    justify-content: center;
    text-align: center;
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 900;
    border-radius: 6px;
}

.top-block .container ul {
    list-style: none;
    padding: 0;
}

.top-block .container ul li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.top-block .container ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #F2F2F7;
    font-weight: 600;
}

.top-block .container ul li img {
    width: 48px;
    height: 48px;
}

.block-list {
    background: #F6F6F6;
}

.block-list .container {
    padding: 20px;
}

.block-list h2 {
    margin: 0 0 20px 0;
}

.block-list .right-text {
    color: #546880;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.block-list h3 {
    color: #F0B90B;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.block-list .list-block {
    border: 1px solid #E5E3DF;
    background: #FFFFFF;
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    color: #191D20;
    margin: 0 0 10px 0;
    border-radius: 12px;
}

.block-list .list-block p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.block-list .list-bottom-text {
    text-align: center;
    color: #191D20;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 24px 0 0 0;
}

.block-list .button {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
    width: 100%;
    margin: 20px auto 0 auto;
    border-radius: 6px;
    background: #F79E1B;
}

.block-list .with-icons {
    display: flex;
    justify-content: flex-start;
}

.block-list .with-icons .list-block-right {
    text-align: center;
    width: 100%;
}

.block-list .with-icons .list-block-right h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.block-list .with-icons .list-block-right p {
    font-size: 12px;
    line-height: 20px;
}

.block-list .with-icons .list-block-left {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-bg h2 {
    color: #FBFBFB;
}

.dark-bg .right-text {
    color: #FFFFFF;
}

.dark-bg .list-block {
    background: #FFFFFF1A;
    color: #F2F2F7;
}

.dark-bg .list-bottom-text {
    color: #F2F2F7;
}

.inverse {
    background: #FFFFFF;
}

.inverse .list-block {
    background: #F6F6F6;
}

.table {
    color: #546880;
    background: #F6F6F6;
}

.table .container {
    padding: 30px 20px;
}

.table .table-wrapper-mob,
.table .table-wrapper-desk {
    border-radius: 12px 12px 12px 0;
    overflow: hidden;
    border: 1px solid #0088FF;
    margin: 0 0 10px 0;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.table .table-wrapper-desk,
.table .table-wrapper-desk::before {
    display: none;
}

.table h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.table .mobile-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

.table .mobile-table td {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #0088FF;
}

.table .mobile-table .left-row {
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.table .mobile-table .right-row {
    font-size: 14px;
    line-height: 20px;
}

.table .mobile-table tr:first-child th,
.table .mobile-table tr:first-child td {
    border-top: none;
}

.table .mobile-table tr:last-child th,
.table .mobile-table tr:last-child td {
    border-bottom: none;
}

.table .mobile-table th:first-child,
.table .mobile-table td:first-child {
    border-left: none;
}

.table .mobile-table th:last-child,
.table .mobile-table td:last-child {
    border-right: none;
}

.table .table-wrapper-mob::before,
.table .table-wrapper-desk::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .2;
    left: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, #56baff 0%, #fff0 70%);
    filter: blur(2px);
    z-index: 1;
}

.table-style2 .table-wrapper-mob,
.table-style2 .table-wrapper-desk {
    background: #FFFFFFF5;
}

.table-style2 .mobile-table td {
    border: 1px solid #F0B90B;
}

.block-cards .container {
    padding: 30px 20px;
}

.block-cards h2 {
    margin: 0 0 20px 0;
}

.block-cards .card-block {
    border: 0.81px solid #BDBDBD;
    background: #FFFFFFE5;
    padding: 45px 60px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    position: relative;
}

.block-cards .card-block h3 {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
    font-weight: 900;
    z-index: 2;
    position: relative;
    margin: 0 0 7px 0;
}

.block-cards .card-block .card-text {
    font-size: 16px;
    line-height: 22px;
    color: #191D20;
    z-index: 2;
    position: relative;
}

.block-cards .card-block .card-index {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 160px;
    line-height: 160px;
    font-weight: 900;
    color: #F79E1B;
    opacity: 0.5;
    z-index: 1;
}

.block-cards .button {
    width: 100%;
    background: #F79E1B;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    padding: 14px 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #F79E1B;
    transition: all 0.5s ease;
}

.block-cards .cards-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #F0B90B;
    margin: 0 0 30px 0;
}

.between {
    margin-bottom: -1px;
    margin-top: -1px;
}

.between .between-container {
    padding: 30px 20px;
}

.between .step-title {
    margin: 0 0 10px 0;
}

.between .text-left {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #8E8E93;
    margin: 0 0 20px 0;
}

.between .text-left .text-left {
    margin: 0;
}

.between .between-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #546880;
}

.between .right a {
    background: #F79E1B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    padding: 12px 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    margin: 20px 0 0 0;
    border: 1px solid #F79E1B;
    transition: all 0.5s ease;
    max-width: 100%;
}

.between .right a:hover {
    color: #F79E1B;
    background: transparent;
    border: 1px solid #F79E1B;
}

.white-text p,
.white-text h2,
.white-text h3 {
    color: #FFFFFF;
}

.line-container {
    background: #1C85FB;
    color: #FFFFFF;
    padding: 24px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    text-align: center;
}

.line {
    background: #1C85FB;
}

.text-tip {
    width: 100%;
    background: #1C85FB;
    border-radius: 12px;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    padding: 28px;
    text-align: center;
}

.tip-container {
    padding: 28px 16px;
}

.roster .container {
    padding: 0 16px;
}

.roster .roster-container {
    padding: 0;
}

.roster h2 {
    color: #F0B90B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 0 16px;
}

.roster .roster-wrapper .line-block {
    padding: 14px 20px;
    position: relative;
    border-top: 1px solid #D8D8D8;
}

.roster .roster-wrapper .line-block:nth-child(odd) {
    background: #F6F6F6;
}

.roster .roster-wrapper .line-block:last-of-type {
    border-bottom: 1px solid #D8D8D8;
}

.roster .roster-wrapper h3 {
    color: #191D20;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding: 18px 0 0 40px;
}

.roster .roster-wrapper p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #546880;
    position: relative;
    z-index: 2;
}

.roster .roster-wrapper .line-index {
    position: absolute;
    top: 14px;
    left: 20px;
    color: #F79E1B;
    z-index: 1;
    font-size: 40px;
    line-height: 1;
    opacity: 0.5;
    font-weight: 900;
}

.roster .button {
    color: #FFFFFF;
    text-decoration: none;
    background: #F79E1B;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto 30px auto;
    border-radius: 6px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 45px;
    border: 1px solid #F79E1B;
    transition: all 0.5s ease;
}

.faq-section {
    background: #fff;
}

.faq-section .container {
    padding: 30px 20px;
}

.faq-item {
    margin: 0 0 6px 0;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-bottom: none;
    border-radius: 12px;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    gap: 8px;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-number {
    font-weight: 900;
    font-size: 24px;
    color: #0d1210;
    margin-right: 16px;
    margin-left: 0;
    min-width: 25px;
}

.faq-text {
    flex: 1;
    font-size: 16px;
    font-weight: 900;
    color: #546880;
    line-height: 28px;
}

.faq-arrow {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    transition: transform 0.3s ease;
    margin-left: 12px;
}

.faq-item.active .faq-arrow {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-answer p {
    padding: 0 20px 30px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    color: #4a5568;
}