.advantages__label{padding:7px 15px;border-radius:100px;background:#ff735833;color:#ff7358;font-size:14px;font-weight:400;text-align:center;width:fit-content;display:flex;align-items:center;justify-content:center;gap:7px;margin:0 auto 10px}.advantages__title{font-size:40px;font-weight:600;max-width:800px;margin:0 auto 10px;text-align:center}.advantages__subtitle{max-width:710px;margin:0 auto 20px;text-align:center;font-size:18px;font-weight:300;color:#6f6f6f}.advantages__items{display:flex;flex-wrap:wrap;gap:var(--gap, 10px)}.advantages__items>*{flex:1 0 calc((100% - (var(--cols, 4) - 1) * var(--gap, 10px)) / var(--cols, 4))}.advantages__item{padding:var(--padding, 25px 30px);border:var(--border, 1px solid #dadada);border-radius:var(--border-radius, 9px);background:var(--bg-color, transparent);min-width:220px}.advantages__item:has(.advantages__item-btn){display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;gap:24px 50px}.advantages__item:has(.advantages__item-btn) .advantages__item-text{min-width:40%;flex:1 0 0}.advantages__item-btn{padding:13px 40px;font-size:18px}.advantages__item-title{display:flex;align-items:var(--item-title-align, flex-start);flex-direction:var(--item-title-direction, column);gap:15px;color:#1c274c;font-size:var(--title-font-size, 16px);font-weight:600;margin-bottom:15px}.advantages__item-title img{width:var(--icon-size, auto);height:auto;display:block;object-fit:contain}.advantages__item-text{font-weight:var(--text-font-weight, 400);font-size:var(--text-font-size, 16px);color:var(--text-color, inherit)}.advantages__item-text ul{padding-left:20px;list-style-type:disc}@media(max-width:700px){.advantages__title{font-size:28px;font-weight:600;margin-bottom:10px}.advantages__subtitle{font-size:18px;margin-bottom:20px}.advantages__items{flex-direction:column;gap:var(--gap-mob, 10px)}.advantages__item{padding:var(--padding-mob, 25px 30px)}.advantages__item:has(.advantages__item-btn){flex-direction:column}.advantages__item-text{font-size:16px!important}.advantages__item-btn{width:100%}}
