.advantages{display:grid;gap:16px}.advantages__item{background-color:var(--color-white)}.advantages__ico{display:flex;align-items:center;justify-content:center;width:56px;height:56px}.advantages__ico .icon-svg{width:100%;height:100%;max-width:46px;max-height:46px}.advantages__content{display:flex;flex-direction:column;gap:20px;padding:24px 20px;border-left:3px solid var(--color-tertiary)}.advantages__btn{width:56px;height:56px;border-radius:50%;position:absolute;left:50%;transform:translate(-50%,-50%);background-color:var(--color-white)}@media(min-width:750px){.advantages--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.advantages--grid-third{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.advantages__item:has(.advantages__media){display:flex}.advantages__item:has(.advantages__media):nth-child(odd){flex-direction:row-reverse}.advantages__item:has(.advantages__media):nth-child(2n) .advantages__content{border-left:0;border-right:3px solid var(--color-tertiary)}.advantages__media{flex:1}.advantages .video__bg,.advantages__img{aspect-ratio:625/360}.advantages__text{flex:1}.advantages__content{flex:0 0 50%;padding:32px;height:100%}}@media(min-width:999px){.advantages__ico{width:72px;height:72px}.advantages__ico .icon-svg{max-width:60px;max-height:60px}}
