.advantages{position:relative;display:grid;width:100%;grid-template-columns:1fr 1fr 45.099%;gap:var(--Gap-30)}.advantages .advantage-item{position:relative;border-radius:var(--Border-radius-20);overflow:hidden;justify-content:space-between}.advantage-item__content{position:relative;padding:var(--Padding-30)}.advantage-item__title{margin-bottom:5px}.advantage-item__text{position:relative;color:var(--Main-text)}.advantages .advantage-item{position:relative;display:flex;flex-direction:column}.advantage-item__img{width:100%;height:100%;object-fit:cover}.advantages .advantage-item .advantage-item__img-wrapper{border-radius:var(--Border-radius-20);overflow:hidden}.advantages .advantage-item:nth-child(1) .advantage-item__img-wrapper,.advantages .advantage-item:nth-child(3) .advantage-item__img-wrapper,.advantages .advantage-item:nth-child(4) .advantage-item__img-wrapper{display:block}.advantages .advantage-item:nth-child(1){flex-direction:row;grid-column:span 2;background-color:var(--Seventh)}.advantages .advantage-item:nth-child(1) .advantage-item__title{color:var(--Primary)}.advantages .advantage-item:nth-child(1) .advantage-item__img-wrapper{position:relative;width:auto;height:100%;width:50.618%;max-height:250px}.advantages .advantage-item:nth-child(1) .advantage-item__content{position:relative;width:0;flex-grow:1}.advantages .advantage-item:nth-child(2){grid-row:span 2;background-color:var(--Eighth)}.advantages .advantage-item:nth-child(2) .advantage-item__title{color:var(--Secondary)}.advantages .advantage-item:nth-child(3),.advantages .advantage-item:nth-child(4){grid-row:span 2}.advantages .advantage-item:nth-child(4){background-color:var(--Seventh)}.advantages .advantage-item:nth-child(4) .advantage-item__title{color:var(--Primary)}.advantages .advantage-item:nth-child(3){grid-row:span 2;background-color:var(--Eighth)}.advantages .advantage-item:nth-child(3) .advantage-item__title{color:var(--Secondary)}.advantages .advantage-item:nth-child(3) .advantage-item__img-wrapper,.advantages .advantage-item:nth-child(4) .advantage-item__img-wrapper{position:relative;width:100%;max-height:170px}.advantage__btn-callback{width:100%;height:auto;aspect-ratio:690/182;border-radius:var(--Border-radius-20);display:flex;align-items:center;justify-content:center;gap:10px}.advantage__btn-callback svg{width:12px;height:13px;transition:var(--Transition)}.advantage__btn-callback:hover{gap:5px}.advantage__btn-callback:hover svg{transform:rotate(45deg)}.advantages .advantage-item:nth-child(2) .advantage-item__img-wrapper{max-height:256px}.advantages .advantage-item:nth-child(3),.advantages .advantage-item:nth-child(4){gap:var(--Gap-20)}@media(max-width:970px){.advantages{grid-template-columns:repeat(2,1fr)}.advantages__wrapper .advantages .advantage-item{flex-direction:column;gap:0px;grid-column:span 1;grid-row:span 1}.advantages__wrapper .advantages .advantage-item .advantage-item__content{width:100%}.advantages__wrapper .advantages .advantage-item .advantage-item__img-wrapper{height:auto;aspect-ratio:450/170;max-height:170px;width:100%}.advantage__btn-callback{grid-column:span 2;aspect-ratio:unset}}@media(max-width:460px){.advantages{grid-template-columns:repeat(1,1fr)}.advantage__btn-callback{grid-column:span 1}}