.section-questions header{display:flex;justify-content:space-between;align-items:flex-end}.section-questions header button{height:fit-content;font-size:16px;padding:14px 22px;align-self:flex-end}@media(max-width:1550px){.section-questions>header{flex-direction:column;align-items:center}.section-questions>header div{margin-bottom:10px}}@media(max-width:1644px){.section-reviews{display:none}}.addServices{border-radius:var(--border-radius);border:1px solid var(--color-border)}.addServices td,.addServices th{padding:30px;border:1px solid var(--color-border)}.addServices-header{color:var(--color-text-main);background-color:var(--color-dark-alternative)}@media(max-width:1444px){.addServices td:nth-child(4),.addServices th:nth-child(4){display:none}}@media(max-width:633px){.addServices{display:table}.addServices tr{display:flex;flex-wrap:wrap;border-bottom:15px solid var(--color-dark-alternative)}.addServices td:nth-child(2),.addServices th:nth-child(2){display:flex;align-items:center;justify-content:center}.addServices td,.addServices th{padding:15px;flex:0 0 100%}.addServices td:first-child,.addServices td:nth-child(2),.addServices th:first-child,.addServices th:nth-child(2){flex:1 0 50%}.addServices td:nth-child(3),.addServices th:nth-child(3){flex:1 0 100%}.addServices td:nth-child(4),.addServices th:nth-child(4){display:none}}.advantages{display:grid;grid-template-columns:repeat(auto-fit,minmax(512.33px,1fr));gap:30px;justify-items:center;align-items:center}.advantage-card{max-width:512.33px;display:flex;flex-direction:column;gap:30px;padding:50px;border:1px solid var(--color-border);border-radius:var(--border-radius);background:radial-gradient(circle at 1% 240%,rgba(15,15,15,.7) 79%,rgba(229,0,0,.25))}.advantage-card-header{display:flex;gap:16px}.advantage-card-header__frame{width:72px;height:72px;border:1px solid var(--color-border);border-radius:var(--border-radius);padding:16px}.advantage-card-header h3{color:var(--color-text-main);margin-block:auto}@media(max-width:568px){.advantages{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.advantage-card{gap:15px;padding:25px}.advantage-card-header__frame{padding:10px;display:flex;justify-content:center;align-items:center;width:50px;height:50px}}