body .seo-section { padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; } .seo-section h2 { font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 2px; } .seo-section h3 { font-size: 16px; font-weight: 700; line-height: 24px; text-align: center; margin: 0 0 20px 0; } .seo-content h1 { font-size: 24px; line-height: 120%; font-weight: 600; margin: 0 0 8px 0; } .seo-content h2 { font-size: 20px; text-align: left; font-weight: 600; margin: 0 0 8px 0; line-height: 120%; } .seo-content h3 { font-size: 18px; text-align: left; font-weight: 600; margin: 0 0 8px 0; line-height: 120%; } .seo-content h5 { font-size: 14px; font-weight: 600; margin: 0 0 8px 0; line-height: 120%; } .seo-content h6 { font-size: 12px; font-weight: 600; margin: 0 0 8px 0; line-height: 120%; } .seo-content h4 { font-size: 18px; font-weight: 600; margin: 0 0 8px 0; } .seo-content p { margin: 0 0 10px 0; } .seo-text { font-size: 12px; line-height: 16px; font-weight: 400; margin: 0 0 10px 0; } strong, b { margin: 8px 0 0 0; display: block; } .seo-content ul, .seo-content ol { margin: 0 0 8px 0; padding: 0 0 0 15px; } .seo-content ol { list-style: decimal; } .seo-section li { font-size: 12px; line-height: 16px; font-weight: 400; } .seo-section .btn { margin: 10px auto 0 auto; display: flex; text-align: center; justify-content: center; align-items: center; } .seo-wrapper { height: 120px; overflow: hidden; transition: height 0.4s ease; position: relative; } .steps h2, .steps h3 { text-align: center; } .steps h2 { font-size: 32px; line-height: 38px; font-weight: 700; margin-bottom: 30px; } .steps h3 { font-size: 28px; line-height: 34px; font-weight: 600; margin-bottom: 40px; } .step { border: 3px solid #FFCC00; background: #00003C; padding: 20px; border-radius: 15px; position: relative; } .step:not(:last-child) { margin-bottom: 30px; } .step:not(:last-child)::after { content: ""; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 11px solid yellow; } .step h4 { font-size: 28px; line-height: 38px; margin-bottom: 14px; } .step-text { font-size: 18px; line-height: 26px; } .checkmark-icon { display: flex; justify-content: center; align-items: center; } .checkmark-icon img { width: 100px; height: 100px; } .advantages-num h2 { font-size: 32px; line-height: 38px; margin-bottom: 16px; font-weight: 600; text-align: center; } .advantages-num-item { background: #00003C; padding: 20px; border-radius: 15px; } .advantages-num-item:not(:last-child) { margin-bottom: 14px; } .advantages-num-text { font-size: 16px; line-height: 24px; } .advantages-num h4 { font-size: 28px; line-height: 38px; margin-bottom: 16px; font-weight: 700; } .pros-and-cons h2 { font-size: 32px; line-height: 38px; text-align: center; margin-bottom: 20px; } .pros-and-cons h3 { font-size: 28px; line-height: 34px; text-align: center; margin-bottom: 20px; } .ps-card { background: #00003C; border: 1px solid #010DA2; padding: 38px 20px; display: flex; align-items: center; gap: 20px; border-radius: 15px; } .ps-card:not(:last-child) { margin-bottom: 14px; } .ps-card img { width: 80px; height: 80px; } .ps-text { font-weight: 700; font-size: 22px; line-height: 32px; } .pros-desk { display: none; } .table h2 { font-size: 32px; line-height: 38px; font-weight: 600; text-align: center; margin-bottom: 20px; } .table-wrapper-desk { display: none; } .mobile-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #000EAB; border-radius: 24px; background: #00003C; margin-bottom: 16px; table-layout: fixed; } .mobile-table:last-child { margin-bottom: 0; } .mobile-table td { padding: 4px 10px; border-right: 1px solid #000EAB; border-bottom: 1px solid #000EAB; background: #00003C; color: #ffffff; vertical-align: middle; height: 40px; } .mobile-table tr:last-child td { border-bottom: none; } .mobile-table td:last-child { border-right: none; } .mobile-table-title { font-weight: 700; font-size: 12px; line-height: 14px; } .mobile-table-value { font-size: 12px; line-height: 16px; } .faq-container { background: #00003c; border: 1px solid var(--color-blue-28, #00188f); border-radius: 15px; padding: 0 20px; max-width: 800px; margin: 0 auto; } .faq-item { border-bottom: 1px solid #18302f; } .faq-item:last-child { border-bottom: none; } .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; color: #fff; font-size: 16px; font-weight: 500; } .faq-question span { flex: 1; font-size: 16px; font-weight: 700; padding-right: 15px; } .faq-icon { flex-shrink: 0; transition: transform 0.3s; } .tips-wrapper, footer .content { flex-direction: column; display: flex; } .faq-item.active .faq-icon { transform: rotate(180deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s, padding 0.3s; padding: 0; } .faq-item.active .faq-answer { max-height: 500px; padding: 0 0 20px; } .faq-answer p { color: #fff; font-size: 14px; font-weight: 500; line-height: 20px; margin: 0; }