.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; } .legal .name { font-size: 14px; font-weight: 800; color: #546880; margin-bottom: 10px; margin-top: 30px; text-transform: uppercase; } .legal .sub { font-size: 24px; font-weight: 800; color: #0d1210; line-height: 32px; margin-bottom: 30px; } .legal a { color: #f79e1b; text-decoration: none; } .legal a:hover { color: #1c85fb; } .legal .date { font-size: 18px; font-weight: 300; color: #546880; line-height: 28px; margin-bottom: 15px; } .legal .point { font-size: 20px; font-weight: 800; color: #546880; line-height: 28px; margin-bottom: 15px; } .legal .point-text, .legal .point-text p { font-size: 18px; font-weight: 300; color: #546880; line-height: 28px; margin-bottom: 15px; } .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; } .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; }